From: Hans-Bernhard B. <br...@ph...> - 2004-07-13 00:30:44
|
Re-sent of a message that collided with SF.net's mail server problem: On Sun, 11 Jul 2004, Harald Harders wrote: > ranges. When using the same coordinates for the start point and the > relative end point the end point is calculated by summating: > endpos = startpos + difference. If I, instead, change the coordinate > system between start point and relative end point, the `difference' is > taken as factor: endpos = startpos * difference. I looked into the code, and found that somebody actually code this special behaviour explicitly (see graphics.c:get_arrow()). I don't think that's a good idea. But it's not exactly a surprise, either. The subtle difference between relative and absolute numbers is quite definitely not handled consistently in current gnuplot. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |