Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for plotting MultiParameter data #261

Open
NicoHendrickx opened this issue Jan 20, 2022 · 1 comment
Open

Support for plotting MultiParameter data #261

NicoHendrickx opened this issue Jan 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@NicoHendrickx
Copy link

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 (as is the case for multiple measurement parameters).

This seems to lead to a number of issues in plottr-inspectr, as it seems to expect the same setpoints for all datasets.

I understand that the traces can thus not be plotted in the same plot, but also when selecting individual traces mode, it is not possible to select more than one of the data sets (the other is greyed out).

Furthermore, when deselecting one data set, and selecting any but the first from the MultiParameter, the Role of the setpoints is set to None, resulting in not plotting the data. One has to manually select 'x-axis' again to view the data. This is accompanied by a warning in the log:
plottr.node.dim_reducer.XYSelector.Dimension assignment - WARNING x-Axis <setpoints_of_dataset0> not present in data
where <setpoints_of_dataset0> is the name of the setpoints of the first parameter/dataset.

Thanks in advance!

@marcosfrenkel marcosfrenkel added the enhancement New feature or request label May 2, 2022
@guzovskii
Copy link

You can solve this issue by explicitly supplying identical setpoint_names to the MultiParameter.init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants