Is there a function I can use to calculate where a certain value is with respect to the paper of a plot [0,1]?
For example, if the value “40” is in the middle of the yaxis, is there a function which will return “0.5”?
I have seen the yaxis.l2p() function in a few examples, but that one returns pixels instead of paper coordinates.