.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
readthedocs.yml
requirements.txt
setup.cfg
setup.py
test_requirements.txt
versioneer.py
.github/dependabot.yml
.github/actions/install-dependencies-and-plottr/action.yml
.github/workflows/python-app.yml
.github/workflows/python-release.yml
apps/autoplot_ddh5.py
apps/inspectr.py
apps/templates/autoplot_ddh5.bat
doc/conf.py
doc/index.rst
doc/plotnode.rst
doc/requirements.txt
doc/api/data.rst
doc/api/index.rst
doc/api/node.rst
doc/api/plot.rst
doc/concepts/data.rst
doc/concepts/index.rst
doc/concepts/nodes.rst
doc/examples/Inferring grids.ipynb
doc/examples/Live plotting qcodes data.ipynb
doc/examples/Simple Live plotting example with DDH5.ipynb
doc/examples/autonode_app.py
doc/img/plot-node-system.png
doc/nodes/index.rst
plottr/__init__.py
plottr/_version.py
plottr/icons.py
plottr/log.py
plottr/py.typed
plottr.egg-info/PKG-INFO
plottr.egg-info/SOURCES.txt
plottr.egg-info/dependency_links.txt
plottr.egg-info/entry_points.txt
plottr.egg-info/requires.txt
plottr.egg-info/top_level.txt
plottr/apps/__init__.py
plottr/apps/autoplot.py
plottr/apps/inspectr.py
plottr/apps/monitr.py
plottr/apps/ui/Monitr_UI.py
plottr/apps/ui/__init__.py
plottr/apps/ui/monitr.py
plottr/apps/ui/monitr.ui
plottr/config/__init__.py
plottr/config/plottrcfg_main.py
plottr/data/__init__.py
plottr/data/datadict.py
plottr/data/datadict_storage.py
plottr/data/qcodes_dataset.py
plottr/gui/__init__.py
plottr/gui/data_display.py
plottr/gui/tools.py
plottr/gui/widgets.py
plottr/node/__init__.py
plottr/node/autonode.py
plottr/node/data_selector.py
plottr/node/dim_reducer.py
plottr/node/grid.py
plottr/node/node.py
plottr/node/scaleunits.py
plottr/node/tools.py
plottr/node/filter/__init__.py
plottr/node/filter/correct_offset.py
plottr/plot/__init__.py
plottr/plot/base.py
plottr/plot/mpl/__init__.py
plottr/plot/mpl/autoplot.py
plottr/plot/mpl/plotting.py
plottr/plot/mpl/widgets.py
plottr/plot/pyqtgraph/__init__.py
plottr/plot/pyqtgraph/autoplot.py
plottr/plot/pyqtgraph/plots.py
plottr/resource/gfx/2dscatter_plot.svg
plottr/resource/gfx/axes_assign.svg
plottr/resource/gfx/colormesh_plot.svg
plottr/resource/gfx/data_columns.svg
plottr/resource/gfx/grid.svg
plottr/resource/gfx/image_plot.svg
plottr/resource/gfx/multi_trace_plot.svg
plottr/resource/gfx/single_trace_plot.svg
plottr/resource/gfx/xy_select.svg
plottr/utils/__init__.py
plottr/utils/find_scale_and_prefix.py
plottr/utils/misc.py
plottr/utils/num.py
plottr/utils/testdata.py
test/__init__.py
test/run_gui_test.py
test/apps/autoplot_app.py
test/apps/custom_app.py
test/gui/__init__.py
test/gui/correct_offset.py
test/gui/data_display_widgets.py
test/gui/data_selector.py
test/gui/ddh5_loader.py
test/gui/dimension_assignment.py
test/gui/grid_options.py
test/gui/mpl_figuremaker.py
test/gui/pyqtgraph_figuremaker.py
test/gui/pyqtgraph_testing.py
test/gui/simple_2d_plot.py
test/prototyping/autoplot testing.ipynb
test/prototyping/plottrcfg_main.py
test/pytest/__init__.py
test/pytest/conftest.py
test/pytest/test_correct_offset.py
test/pytest/test_data_dict.py
test/pytest/test_data_dict_base.py
test/pytest/test_data_selector.py
test/pytest/test_ddh5.py
test/pytest/test_dim_reducer.py
test/pytest/test_gridder.py
test/pytest/test_meshgrid_data_dict.py
test/pytest/test_misc_utils.py
test/pytest/test_nodes.py
test/pytest/test_numtools.py
test/pytest/test_plotting.py
test/pytest/test_qcodes_data.py
test/pytest/test_qcodes_flow.py
test/pytest/test_scale_units.py