plottr icon indicating copy to clipboard operation
plottr copied to clipboard

A flexible plotting and data analysis tool.

Results 61 plottr issues
Sort by recently updated
recently updated
newest added

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...

dependencies
python

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...

dependencies
github_actions

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...

dependencies
github_actions

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...

enhancement

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.

bug
design-improvement
GUI

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...

enhancement
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')...

bug
design-improvement
Inspectr

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)

enhancement
design-improvement

Add a way of generating and saving "nice" plots automatically

enhancement