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

it would be a lot more elegant if we used the Qt resource system. See instrumentserver, for instance, how this can be done nicer. A fix should include all current...

bug
design-improvement

In case of an unexpected delay in qcodes measurement, if an empty datadict is created while live plotting the data, then the new plot window does not refreshes and do...

bug

Instead of many plot windows, it might be nice to have a more manageable interface (when launching plots from monitr, for example). ideas: - tabs (downside: can't look at multiple...

design-improvement

currently ``DataDict.mask_invalid`` creates masked arrays even if all entries are valid.

bug

currently equality is not detected correctly if dtypes are different or if one array is masked, and the other is not, etc. that should be fixed.

bug

Would you be open to an unwrap phase button, perhaps similar to the subtract average node/filter/widget (I'm not sure on the naming)? I can imagine the interface should not get...

enhancement

I would like to be able to plot any two arrays of the same shape against eachother even if both are dependent or independent variables. For instance I am monitoring...

enhancement

Using plottr with QCoDeS I have noticed, that you can not show two plots at the same time if they are not sharing all setpoints. I have attached a notebook...

enhancement

For example: dimension of a fit generally: what type of data does a Fit even accept to work correctly? Idea: have a function per analysis that checks for validity? Eventually:...

enhancement