Skip to content

moltaire/myplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myplotlib

myplotlib style

Custom matplotlib plotting functions with a consistent visual style.

Inspired by this blogpost and this PyData Talk.

Installation

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 .

Gallery

See gallery.ipynb for full examples and function calls.

Plots

Histogram

histogram

Raincloud plot

raincloud

Violin plot

violin

Scatter plot

scatter

Linear Model plot

lm

Difference plot

difference

Interaction plot

interaction

Factorial heatmap

factorial

Model recovery plot

model_recovery

Utilities

Subplot labelling

label axes

Annotation

annotation

Axis breaking

axis breaking

About

Custom matplotlib stuff.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •