.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
environment.yaml
setup.py
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/pythonpublish.yml
GooseMPL/__init__.py
GooseMPL/_version.py
GooseMPL.egg-info/PKG-INFO
GooseMPL.egg-info/SOURCES.txt
GooseMPL.egg-info/dependency_links.txt
GooseMPL.egg-info/requires.txt
GooseMPL.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/conf.py
docs/goosempl.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/style.rst
docs/tips.rst
docs/examples/goosempl/histogram.py
docs/examples/goosempl/histogram.svg
docs/examples/goosempl/histogram_powerlaw.py
docs/examples/goosempl/histogram_powerlaw.svg
docs/examples/goosempl/patch.py
docs/examples/goosempl/patch.svg
docs/examples/goosempl/random_from_cdf.py
docs/examples/goosempl/random_from_cdf.svg
docs/examples/goosempl/readme.rst
docs/examples/goosempl/write_data.py
docs/examples/pyplot/colorbar.py
docs/examples/pyplot/colorbar.svg
docs/examples/pyplot/colormap-part.py
docs/examples/pyplot/colormap-part.svg
docs/examples/pyplot/colormap.py
docs/examples/pyplot/colormap.svg
docs/examples/pyplot/image.py
docs/examples/pyplot/image.svg
docs/examples/pyplot/image_subplots.py
docs/examples/pyplot/image_subplots.svg
docs/examples/pyplot/image_subplots_bottom.py
docs/examples/pyplot/image_subplots_bottom.svg
docs/examples/pyplot/legend_background.py
docs/examples/pyplot/legend_background.svg
docs/examples/pyplot/legend_external.py
docs/examples/pyplot/legend_external.svg
docs/examples/pyplot/plot-cmap.py
docs/examples/pyplot/plot-cmap.svg
docs/examples/pyplot/plot-cycler.py
docs/examples/pyplot/plot-cycler.svg
docs/examples/pyplot/plot.py
docs/examples/pyplot/plot.svg
docs/examples/pyplot/readme.rst
docs/examples/pyplot/subplot.py
docs/examples/pyplot/subplot.svg
docs/examples/pyplot/tick-formatter.py
docs/examples/pyplot/tick-formatter.svg
docs/examples/pyplot/tick-log.py
docs/examples/pyplot/tick-log.svg
docs/examples/pyplot/tick-log_1.py
docs/examples/pyplot/tick-log_1.svg
docs/examples/pyplot/tick-log_2.py
docs/examples/pyplot/tick-log_2.svg
docs/examples/pyplot/tick-position.py
docs/examples/pyplot/tick-position.svg
docs/examples/pyplot/tick-rotation-log.py
docs/examples/pyplot/tick-rotation-log.svg
test/main.py