Package: gnuplot Version: 4.0.0-2.1 Severity: minor When drawing a vector plot, arrows that leave the viewport will have their arrowheads reversed. See attached sample plot; the same data is plotted twice, but in the first situation, the arrow is entirely in the yrange, in the second case it is not - and suddenly the arrowhead appears on the wrong end.
-- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15.1 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages gnuplot depends on: ii gnuplot-nox 4.0.0-2.1 A command-line driven interactive ii gnuplot-x11 4.0.0-2.1 X11-terminal driver for gnuplot gnuplot recommends no packages. -- no debconf information
set title "With sufficient viewport" set xrange [-1:1] set yrange [-1:1] plot "gnuplot_arrow_reverse.data" with vec pause -1 "Press Enter to continue" set title "With shrunken viewport" set xrange [-.5:.5] set yrange [-.5:.5] plot "gnuplot_arrow_reverse.data" with vec pause -1 "Press Enter to continue"
0 0 0 1

