Custom matplotlib plotting functions with a consistent visual style.
Inspired by this blogpost and this PyData Talk.
Using uv:
git clone https://github.com/moltaire/myplotlib.git
cd myplotlib
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .Or without uv:
python -m venv .venv
source .venv/bin/activate
pip install -e .See gallery.ipynb for full examples and function calls.












