qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

wrong label on Qviewkit axes (several issues) #32

Closed rotzinger closed 5 years ago

fr34q commented 6 years ago

Related to #26

rotzinger commented 5 years ago

What is the status here?

Schneider1 commented 5 years ago

For 1D plots, at least the problems in #26 should be fixed.

For 2D plots, the labels are still only valid for linear axes. The reason for that is that pyqtgraph uses something like imshow to draw the colorplots, which only supports equally spaced data points. AFAIK, there is not equivalent to pcolormesh in pyqtgraph and it's also not so easy to just relabel the axes.

rotzinger commented 5 years ago

This is indeed covered by #26, closing this issue.