Closed cpascual closed 4 years ago
label coordinates are always transformed using Y1 mapping (and assuming linear axes) To reproduce:
taurus tpg plot "eval:zeros(10)"
You will see that the inspector labels appear at the zero of Y1, instead of the zero of Y2
Another manifestation of this same bug occurs with log axes:
taurus tpg plot "eval:linspace(.01,1,10)"
You will see that the label is misplaced:
label coordinates are always transformed using Y1 mapping (and assuming linear axes) To reproduce:
taurus tpg plot "eval:zeros(10)"
You will see that the inspector labels appear at the zero of Y1, instead of the zero of Y2
Another manifestation of this same bug occurs with log axes:
taurus tpg plot "eval:linspace(.01,1,10)"
You will see that the label is misplaced: