From: <HBB...@t-...> - 2007-06-03 13:17:04
|
pl...@pi... wrote: > I recently wanted to put and arrow on a graph with a y2 axis. It appears > that "axes" syntax does not work for arrows and labels. That syntax indeed doesn't work, but you can get the desired effect just the same. > Particularly for arrows this is inconvenient. To correctly place an arrow > in relation to data plotted on y2 requires a muldiv with the two y ranges > and adding in the y2 offset. No, it only requires actually reading the documentation. You rather obviously didn't bother with that before posting. The "axes" option only applies to "plot", because it specifies a *pair* of axes for a single object (one dataset in a plot). |