Skip to content

Commit 673f99e

Browse files
Update README.md
1 parent d1bb8dc commit 673f99e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Matplotlib Pyplot functions
22

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:
5+
- [LAMMPS tutorials](https://lammpstutorials.github.io)
6+
- [NMRforMD](https://nmrformd.readthedocs.io)
57

68
## Examples
79

@@ -50,4 +52,4 @@ See also the [examples](examples/examplesmv.ipynb) notebook.
5052
## Light mode vs dark mode
5153

5254
- 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

Comments
 (0)