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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Matplotlib Pyplot functions
2
2
3
-
My own Python class for making [Pyplot](https://matplotlib.org/3.5.3/api/_as_gen/matplotlib.pyplot.html) figures compatible with Latex documents. These functions are used for several of my personal projects, including [LAMMPS tutorials](https://lammpstutorials.github.io) and
4
-
[NMRforMD](https://nmrformd.readthedocs.io).
3
+
My own Python class for making [Pyplot](https://matplotlib.org/3.5.3/api/_as_gen/matplotlib.pyplot.html)
4
+
figures compatible with Latex documents. These functions are used in my most recent publications, as well as in:
@@ -50,4 +52,4 @@ See also the [examples](examples/examplesmv.ipynb) notebook.
50
52
## Light mode vs dark mode
51
53
52
54
- For web integration, use either dark or light mode with a transparent background, as done for instance in [lammps tutorials](https://lammpstutorials.github.io).
53
-
- For scientific publication, use the light mode without transparent background.
55
+
- For scientific publication, use the light mode without transparent background.
0 commit comments