plottr
plottr copied to clipboard
A flexible plotting and data analysis tool.
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.7.1. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Stubgen will now include __all__ in its output if it is in the input...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.1. Release notes Sourced from actions/setup-python's releases. v4.7.1 What's Changed Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in actions/setup-python#702 Add range validation for toml...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
I have trouble plotting data that was measured as a MultiParameter in qcodes. This results in the different traces having their own setpoints, rather than sharing the same setpoint array...
When trying to decrease the range of the color-bar it reaches a minimum where it refuses to get smaller. This doesn't allow to see small enough differences in some cases.
The current backend for inspectr is the qcodes database format. We would like to use other sources of datasets as well. Can the `plottr\apps\apps\inspectr.py` be updates so that the inspectr...
Using a dataset created with the following code: ```py import numpy as np import qcodes as qc qc.config.core.db_location = "./test.db" qc.initialise_database() exp = qc.load_or_create_experiment("categorical_data", sample_name="no sample") m = qc.Measurement(exp=exp) m.register_custom_parameter('x')...
Currently missing: * place on grid, no matter what (like in the old plottr) * back-and-forth sweeps (currently only possible to view with scatter plots)