Take the following MWE for instance:
set logscale xy
set arrow 1 from 1, graph 0 to 1, graph 1
set arrow 2 from graph 0,1e+02 to graph 1,1e+02
p [x=0.001:100] (10**x)**(.111111) t ''
Arrow 1 will show up just fine but arrow 2 does not. I've also tried
set arrow 2 from graph 0,100 to graph 1,100
and, in case there was some log scaling issue,
set arrow 2 from graph 0,2 to graph 1,2.
Arrow 2 is still MIA. Any suggestions?
