plottr
plottr copied to clipboard
A flexible plotting and data analysis tool.
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...
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...
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...
currently ``DataDict.mask_invalid`` creates masked arrays even if all entries are valid.
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.
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...
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...
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...
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:...