From: Hans-Bernhard B. <br...@ph...> - 2004-07-07 21:27:57
|
On Wed, 7 Jul 2004, Dieter Jurzitza wrote: > If you want arrows at the axes-labels this only works for non-log axes. That's not exactly true. It's not the position that causes that error. It's the fact that you put the arrow in graph x coordinates, but forgot to do the same for the head size argument you specified. You almost certainly don't want to express the head size in x axis units, yet that's what your command is doing. > However, assuming the usage of the "graph" command the logscale setting (to > me!) seems meaningless: > graph should refer to a linear scaling from 0 to 1.0 no matter what the actual > scaling on the axes might be. And that's what it does. The problem is that you did not apply 'graph' in all the places necessary. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |