Skip to content

Commit 5bdbfbc

Browse files
committed
Updated readme
1 parent ecf9c08 commit 5bdbfbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# maxplotlib
22

3+
This is a wrapper for matplotlib so I can produce figures with consistent formatting. It also has some pretty nice additions such as using layers and exporting to tikz.
4+
5+
Related packages: [maxtikzlib](https://github.com/max-models/maxtikzlib) and [maxtexlib](https://github.com/max-models/maxtexlib).
6+
37
## Install
48

59
Create and activate python environment
@@ -22,8 +26,4 @@ Additional dependencies for developers can be installed with
2226
pip install -e ".[dev]"
2327
```
2428

25-
Run the code with
26-
27-
```
28-
maxplotlib
29-
```
29+
Some examples can be found in `tutorials/`

0 commit comments

Comments
 (0)