You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
4
4
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.
5
5
6
6
> [!IMPORTANT]
@@ -68,20 +68,21 @@ Then in your LaTeX file, include the plot as follows:
68
68
\includegraphics[width=\linewidth]{filename.pdf}
69
69
```
70
70
71
-
The argument `width=\linewidth` is important!
71
+
> [!IMPORTANT]
72
+
> The argument `width=\linewidth` is **crucial**!
72
73
73
74
> [!TIP]
74
-
> That's it!
75
+
> That's it! But you should use TikZ more.
75
76
76
77
## Using your own styles
77
78
78
79
Two options:
79
80
80
-
1.For this repo and modify things as you wish.
81
+
1.Fork this repo and modify things as you wish.
81
82
2. Use this library and update the resulting `rc_params` dict with your styles.
82
83
83
84
## Other libraries
84
85
85
86
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