.coveragerc
.gitignore
.gitmodules
LICENSE.txt
README.md
readme_example.py
requirements.txt
setup.py
tox.ini
.github/workflows/build.yml
.github/workflows/docs.yml
docs/Makefile
docs/conf.py
docs/favicon-32x32.png
docs/index.rst
docs/install.rst
docs/make.bat
docs/plot_directive.py
docs/requirements.txt
docs/topspin.rst
docs/explanations/index.rst
docs/explanations/paradigm.rst
docs/howto/index.rst
docs/howto/move_axes.rst
docs/howto/nus.rst
docs/howto/ymove.py
docs/images/angew_example.png
docs/images/find_baselev.png
docs/images/readme_example.png
docs/images/topspin_edlev.png
docs/images/topspin_layout.png
docs/reference/dataset.rst
docs/reference/index.rst
docs/reference/plotting.rst
docs/reference/reading.rst
docs/tutorials/1d_example.svg
docs/tutorials/2d_example.svg
docs/tutorials/customise_1d.rst
docs/tutorials/customise_2d.rst
docs/tutorials/index.rst
docs/tutorials/matplotlib.rst
docs/tutorials/multiple_1d.rst
docs/tutorials/plot.rst
docs/tutorials/read.rst
docs/tutorials/subplots.rst
penguins/__init__.py
penguins/_version.py
penguins/dataset.py
penguins/exportdeco.py
penguins/pgplot.py
penguins/plotutils.py
penguins/type_aliases.py
penguins.egg-info/PKG-INFO
penguins.egg-info/SOURCES.txt
penguins.egg-info/dependency_links.txt
penguins.egg-info/requires.txt
penguins.egg-info/top_level.txt
penguins/private/__init__.py
penguins/private/private.py
tests/__init__.py
tests/test_ds_classes.py
tests/test_ds_read.py
tests/test_ds_utils.py
tests/test_plot_stage.py
tests/test_subplots2d.py