Skip to content

Commit de2d0e7

Browse files
authored
Merge pull request #3 from wiseodd/wiseodd-patch-1
Update README.md
2 parents ea2953b + 71ff0cf commit de2d0e7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Agustinus' _Very_ Opiniated Publication-Ready Plotting Library
22

3-
I love TikZ. I love [tikzplotlib](https://github.com/nschloe/tikzplotlib). I've been an
3+
I love TikZ (btw). I love [tikzplotlib](https://github.com/nschloe/tikzplotlib). I've been an
44
advocate for the latter ([proof](https://agustinus.kristia.de/techblog/2022/05/01/plotting/)). However, tikzplotlib is [as good as dead](https://github.com/nschloe/tikzplotlib/commits/main/). I need to move on.
55

66
> [!IMPORTANT]
@@ -68,20 +68,21 @@ Then in your LaTeX file, include the plot as follows:
6868
\includegraphics[width=\linewidth]{filename.pdf}
6969
```
7070

71-
The argument `width=\linewidth` is important!
71+
> [!IMPORTANT]
72+
> The argument `width=\linewidth` is **crucial**!
7273
7374
> [!TIP]
74-
> That's it!
75+
> That's it! But you should use TikZ more.
7576
7677
## Using your own styles
7778

7879
Two options:
7980

80-
1. For this repo and modify things as you wish.
81+
1. Fork this repo and modify things as you wish.
8182
2. Use this library and update the resulting `rc_params` dict with your styles.
8283

8384
## Other libraries
8485

8586
Check out [tueplots](https://github.com/pnkraemer/tueplots) if you want a more complex
86-
library. My library is designed to achieve what I want in publication-ready papers and
87-
posters, with as little code as possible (minimalism FTW!).
87+
library. My library is designed to achieve what **_I_** want in **_my_** papers and
88+
posters, with as little code as possible. Because of this, it is very forkable and hackable.

0 commit comments

Comments
 (0)