From 5bdbfbcb6ee4f5924b9cfe3eed1b8db4e4393dba Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 7 May 2025 20:57:56 +0200 Subject: [PATCH] Updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84b0139..6ef7a72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # maxplotlib +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. + +Related packages: [maxtikzlib](https://github.com/max-models/maxtikzlib) and [maxtexlib](https://github.com/max-models/maxtexlib). + ## Install Create and activate python environment @@ -22,8 +26,4 @@ Additional dependencies for developers can be installed with pip install -e ".[dev]" ``` -Run the code with - -``` -maxplotlib -``` \ No newline at end of file +Some examples can be found in `tutorials/` \ No newline at end of file