Is it possible to "get" the x/y (or other) axis plot range values?
The reason I am trying to do this is that I want to plot a vertical line on my graph at the position of an asymptotic point... Perhaps there is an alternative or better way of doing this than drawing an arrow (with no head) on the graph?
Thanks to @Christoph (again) I have been able to do the following:
This code does the following:
b
, y=graph 0 (minimum of graph [y] axis)b
, y=graph 1 (maximum of graph [y] axis)set termoption dashed
to enable dashed lines, consult documentation)