From: Jan S. <jsc...@Un...> - 2007-03-21 18:31:57
|
hello, if i am plotting vectors in a plot with fixed ranges vectors ending outside the range are drawn with an inverse (wrong) direction. The following example draws 3 vectors. The third should end outside the=20 drawing range but its head is drawn where the vector should start. # arrow test reset set xrange [ -0.1 : 1 ] set yrange [ -0.1 : 1 ] set grid # x y dx dy plot '-' u 1 : 2 : 3 : 4 w vectors lt -1 0 0 0 1 0 0 0.6 1 0 0 2 1 ------------------------------------------------------------ Dr. Jan H. Schween Inst. f. Geophysics and Meteorology Z=FClpicher Str. 49a 50674 Koeln Germany +49 (0)221 470 17 76 (fax ... 5161) jsc...@un... ------------------------------------------------------------ |