Hi, I’m getting something similar to this issue (Yaxis labeling 0 as negative) but on python
my range on the right axis is calculated so that there’s a buffer otherwise the dot will hit the x axis will be cut off.
lowestRightYAxisValue = -.59
highestRightYAxisValue = 1.2
range=[round(lowestRightYAxisValue,2),highestRightYAxisValue ]