Skip to content

auneri/matsubplots

Repository files navigation

matsubplots

Better subplots for matplotlib.

license build pypi conda-forge

Getting started

Install using pip install matsubplots or conda install -c conda-forge matsubplots.

See example notebooks for basic instructions.

Releasing a new version

  1. Update project.version in pyproject.toml and CHANGELOG with commit message "Release vX.X.X".
  2. Add tag vX.X.X with message "Release vX.X.X".
  3. Push the tag and create a new release on matsubplots.
  4. Merge the auto-generated pull request on matsubplots-feedstock.