CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
examples/Spiffplots Demo - MultiPanel.ipynb
examples/ex_multipanel.py
examples/multipanel_mpl.png
examples/multipanel_spiffy.png
spiffyplots/__init__.py
spiffyplots/_genstyles.py
spiffyplots/_tol_data.py
spiffyplots/_units.py
spiffyplots/cmap.py
spiffyplots/colors.py
spiffyplots/journals.py
spiffyplots/lineplots.py
spiffyplots/multipanel.py
spiffyplots/panels.py
spiffyplots/random_data.py
spiffyplots.egg-info/PKG-INFO
spiffyplots.egg-info/SOURCES.txt
spiffyplots.egg-info/dependency_links.txt
spiffyplots.egg-info/requires.txt
spiffyplots.egg-info/top_level.txt
spiffyplots/styles/spiffy.mplstyle
spiffyplots/styles/color/okabe-ito.mplstyle
spiffyplots/styles/color/tol-bright.mplstyle
spiffyplots/styles/color/tol-high-contrast.mplstyle
spiffyplots/styles/color/tol-light.mplstyle
spiffyplots/styles/color/tol-medium-contrast.mplstyle
spiffyplots/styles/color/tol-muted.mplstyle
spiffyplots/styles/color/tol-vibrant.mplstyle
spiffyplots/styles/journal/cell.mplstyle
spiffyplots/styles/journal/elife.mplstyle
spiffyplots/styles/journal/jmlr.mplstyle
spiffyplots/styles/journal/jneurosci.mplstyle
spiffyplots/styles/journal/nature.mplstyle
spiffyplots/styles/journal/plos-compbiol.mplstyle
spiffyplots/styles/journal/science.mplstyle
spiffyplots/styles/journal/tmlr.mplstyle
spiffyplots/styles/misc/latex-helvetica.mplstyle
spiffyplots/styles/misc/latex.mplstyle
spiffyplots/styles/misc/minor-ticks.mplstyle
spiffyplots/styles/misc/right-axis.mplstyle
spiffyplots/styles/misc/top-axis.mplstyle
tests/__init__.py
tests/conftest.py
tests/test_cmap.py
tests/test_colors.py
tests/test_journals.py
tests/test_lineplots.py
tests/test_multipanel.py
tests/test_panels.py
tests/test_random_data.py
tests/test_styles.py
tests/test_units.py