.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
conda/meta.yaml
docs/conf.py
docs/index.rst
docs/version.py
docs/_static/circle-exclamation.svg
docs/_static/favicon.ico
docs/_static/logo-dark.svg
docs/_static/logo.svg
docs/_static/gallery/README.txt
docs/_static/gallery/scatter3d-with-slider-thumbnail.png
docs/_static/gallery/scatter3d-with-threshold-thumbnail.png
docs/_templates/doc_version.html
docs/_templates/scipp-class-template.rst
docs/_templates/scipp-module-template.rst
docs/about/about.md
docs/about/faq.ipynb
docs/about/index.md
docs/basics/image-plot.ipynb
docs/basics/index.md
docs/basics/inspector-plot.ipynb
docs/basics/line-plot.ipynb
docs/basics/saving-figures.ipynb
docs/basics/scatter3d-plot.ipynb
docs/basics/slicer-plot.ipynb
docs/basics/super-plot.ipynb
docs/customization/custom-interfaces.ipynb
docs/customization/graph-node-tips.ipynb
docs/customization/index.md
docs/customization/subplots.ipynb
docs/customization/tweaking-figures.ipynb
docs/gallery/index.ipynb
docs/gallery/masking-a-range.ipynb
docs/gallery/nyc-taxi.ipynb
docs/gallery/rectangle-selection.ipynb
docs/gallery/scatter3d-with-slider.ipynb
docs/gallery/scatter3d-with-threshold.ipynb
docs/getting-started/index.md
docs/getting-started/numpy-pandas-xarray.ipynb
docs/getting-started/overview.ipynb
docs/reference/index.md
docs/reference/matplotlib.md
docs/reference/plotly.md
docs/reference/pythreejs.md
requirements/base.in
requirements/base.txt
requirements/ci.in
requirements/ci.txt
requirements/docs.in
requirements/docs.txt
requirements/mini.in
requirements/mini.txt
requirements/noplotly.in
requirements/noplotly.txt
requirements/static.in
requirements/static.txt
requirements/test.in
requirements/test.txt
requirements/wheels.in
requirements/wheels.txt
resources/logo-plopp-2022.svg
src/plopp/__init__.py
src/plopp.egg-info/PKG-INFO
src/plopp.egg-info/SOURCES.txt
src/plopp.egg-info/dependency_links.txt
src/plopp.egg-info/requires.txt
src/plopp.egg-info/top_level.txt
src/plopp/backends/__init__.py
src/plopp/backends/manager.py
src/plopp/backends/protocols.py
src/plopp/backends/matplotlib/__init__.py
src/plopp/backends/matplotlib/canvas.py
src/plopp/backends/matplotlib/figure.py
src/plopp/backends/matplotlib/image.py
src/plopp/backends/matplotlib/interactive.py
src/plopp/backends/matplotlib/line.py
src/plopp/backends/matplotlib/static.py
src/plopp/backends/matplotlib/tiled.py
src/plopp/backends/matplotlib/utils.py
src/plopp/backends/plotly/__init__.py
src/plopp/backends/plotly/canvas.py
src/plopp/backends/plotly/figure.py
src/plopp/backends/plotly/line.py
src/plopp/backends/pythreejs/__init__.py
src/plopp/backends/pythreejs/canvas.py
src/plopp/backends/pythreejs/figure.py
src/plopp/backends/pythreejs/outline.py
src/plopp/backends/pythreejs/point_cloud.py
src/plopp/core/__init__.py
src/plopp/core/graph.py
src/plopp/core/helpers.py
src/plopp/core/limits.py
src/plopp/core/node.py
src/plopp/core/typing.py
src/plopp/core/utils.py
src/plopp/core/view.py
src/plopp/data/__init__.py
src/plopp/data/examples.py
src/plopp/data/factory.py
src/plopp/data/testing.py
src/plopp/graphics/__init__.py
src/plopp/graphics/basefig.py
src/plopp/graphics/camera.py
src/plopp/graphics/colormapper.py
src/plopp/graphics/figure.py
src/plopp/graphics/imageview.py
src/plopp/graphics/lineview.py
src/plopp/graphics/scatter3dview.py
src/plopp/graphics/tiled.py
src/plopp/plotting/__init__.py
src/plopp/plotting/common.py
src/plopp/plotting/inspector.py
src/plopp/plotting/plot.py
src/plopp/plotting/scatter3d.py
src/plopp/plotting/slicer.py
src/plopp/plotting/superplot.py
src/plopp/plotting/xyplot.py
src/plopp/widgets/__init__.py
src/plopp/widgets/box.py
src/plopp/widgets/checkboxes.py
src/plopp/widgets/cut3d.py
src/plopp/widgets/drawing.py
src/plopp/widgets/slice.py
src/plopp/widgets/style.py
src/plopp/widgets/toolbar.py
src/plopp/widgets/tools.py
tests/conftest.py
tests/high_level_test.py
tests/minimal_plot.py
tests/backends/matplotlib/mpl_canvas_test.py
tests/backends/matplotlib/mpl_figure_test.py
tests/backends/matplotlib/mpl_image_test.py
tests/backends/matplotlib/mpl_imageview_test.py
tests/backends/matplotlib/mpl_interactive_test.py
tests/backends/matplotlib/mpl_line_test.py
tests/backends/matplotlib/mpl_lineview_test.py
tests/backends/matplotlib/mpl_tiled_test.py
tests/backends/matplotlib/mpl_utils_test.py
tests/backends/plotly/conftest.py
tests/backends/plotly/plotly_canvas_test.py
tests/backends/plotly/plotly_figure_test.py
tests/backends/plotly/plotly_line_test.py
tests/backends/pythreejs/pythreejs_canvas_test.py
tests/backends/pythreejs/pythreejs_figure_test.py
tests/backends/pythreejs/pythreejs_point_cloud_test.py
tests/core/graph_test.py
tests/core/limits_test.py
tests/core/node_test.py
tests/core/utils_test.py
tests/core/views.py
tests/graphics/colormapper_test.py
tests/graphics/imageview_test.py
tests/graphics/lineview_test.py
tests/graphics/scatter3dview_test.py
tests/plotting/common_test.py
tests/plotting/inspector_test.py
tests/plotting/plot_test.py
tests/plotting/scatter3d_test.py
tests/plotting/slicer_test.py
tests/plotting/superplot_test.py
tests/plotting/xyplot_test.py
tests/widgets/box_test.py
tests/widgets/checkboxes_test.py
tests/widgets/cut3d_test.py
tests/widgets/slice_test.py