taurus-org / taurus_pyqtgraph

Moved to https://gitlab.com/taurus-org/taurus_pyqtgraph
3 stars 14 forks source link

DataInspectorTool: wrong placement of labels unless using linear axis Y1 #48

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

label coordinates are always transformed using Y1 mapping (and assuming linear axes) To reproduce:

You will see that the inspector labels appear at the zero of Y1, instead of the zero of Y2

image

Another manifestation of this same bug occurs with log axes:

You will see that the label is misplaced:

image