LICENSE.txt
README.md
pyproject.toml
src/rwthplots/__init__.py
src/rwthplots/cmap.py
src/rwthplots/formatter.py
src/rwthplots/py.typed
src/rwthplots/register_colors.py
src/rwthplots/rwth_matplotlib_layout.py
src/rwthplots/utils.py
src/rwthplots.egg-info/PKG-INFO
src/rwthplots.egg-info/SOURCES.txt
src/rwthplots.egg-info/dependency_links.txt
src/rwthplots.egg-info/entry_points.txt
src/rwthplots.egg-info/requires.txt
src/rwthplots.egg-info/top_level.txt
src/rwthplots/styles/__init__.py
src/rwthplots/styles/rwth-custom.mplstyle
src/rwthplots/styles/rwth-dark.mplstyle
src/rwthplots/styles/rwth-latex-beamer-fira.mplstyle
src/rwthplots/styles/rwth-latex-beamer.mplstyle
src/rwthplots/styles/rwth-latex-pptx.mplstyle
src/rwthplots/styles/rwth-latex.mplstyle
src/rwthplots/styles/rwth-pptx.mplstyle
src/rwthplots/styles/rwth-word.mplstyle
src/rwthplots/styles/color/__init__.py
src/rwthplots/styles/color/black.mplstyle
src/rwthplots/styles/color/blue.mplstyle
src/rwthplots/styles/color/bordeaux.mplstyle
src/rwthplots/styles/color/divergent.mplstyle
src/rwthplots/styles/color/extended.mplstyle
src/rwthplots/styles/color/green.mplstyle
src/rwthplots/styles/color/magenta.mplstyle
src/rwthplots/styles/color/maygreen.mplstyle
src/rwthplots/styles/color/orange.mplstyle
src/rwthplots/styles/color/petrol.mplstyle
src/rwthplots/styles/color/purple.mplstyle
src/rwthplots/styles/color/red.mplstyle
src/rwthplots/styles/color/standard.mplstyle
src/rwthplots/styles/color/turquoise.mplstyle
src/rwthplots/styles/color/violett.mplstyle
src/rwthplots/styles/color/yellow.mplstyle
src/rwthplots/styles/journals/__init__.py
src/rwthplots/styles/journals/acm.mplstyle
src/rwthplots/styles/journals/aps.mplstyle
src/rwthplots/styles/journals/elsevier.mplstyle
src/rwthplots/styles/journals/ieee.mplstyle
src/rwthplots/styles/journals/nature.mplstyle
src/rwthplots/styles/journals/springer.mplstyle
src/rwthplots/styles/misc/__init__.py
src/rwthplots/styles/misc/colorblind.mplstyle
src/rwthplots/styles/misc/grid.mplstyle
src/rwthplots/styles/misc/latex-sans.mplstyle
src/rwthplots/styles/misc/no-latex.mplstyle
src/rwthplots/styles/misc/pgf.mplstyle
src/rwthplots/styles/misc/sans.mplstyle
src/rwthplots/styles/size/__init__.py
src/rwthplots/styles/size/a4-half.mplstyle
src/rwthplots/styles/size/a4.mplstyle
src/rwthplots/styles/size/acm-column.mplstyle
src/rwthplots/styles/size/aps-column.mplstyle
src/rwthplots/styles/size/aps-page.mplstyle
src/rwthplots/styles/size/elsevier-column.mplstyle
src/rwthplots/styles/size/elsevier-page.mplstyle
src/rwthplots/styles/size/ieee-column.mplstyle
src/rwthplots/styles/size/ieee-page.mplstyle
src/rwthplots/styles/size/letter-half.mplstyle
src/rwthplots/styles/size/letter.mplstyle
src/rwthplots/styles/size/nature-column.mplstyle
src/rwthplots/styles/size/nature-page.mplstyle
src/rwthplots/styles/size/science-column.mplstyle
src/rwthplots/styles/size/springer-column.mplstyle
test/test_cmap.py
test/test_cset.py
test/test_formatter.py
test/test_style_installation.py
test/test_style_use.py
test/test_utils.py