Package: gnuplot
Version: 4.0.0-5
Severity: normal

Hi!

Suppose you have a data file called "foo.dat" (the actual content is
irrelevant):

  0 4
  1 3
  2 2
  3 1
  4 0


When someone uses gnuplot with "foo.gp" as input file, everything works
fine and gnuplot generates "foo.eps":

  set term post eps enhanced
  set out "foo.eps"
  set data style linespoints
  set xtic ("0" 0,"1" 1,"2" 2, "3" 3, "4" 4)

  # this works as expected
  plot "foo.dat" title "foo"


But if the comment line right before the plot function has a '\'
character at the end, gnuplot silently rejects the input file and
doesn't create the resp. eps file:

  set term post eps enhanced
  set out "foo.eps"
  set data style linespoints
  set xtic ("0" 0,"1" 1,"2" 2, "3" 3, "4" 4)

  # this doesn't work due to escape char -->  \
  plot "foo.dat" title "foo"



Best regards,
Thomas Krennwallner

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gnuplot depends on:
ii  gnuplot-nox                   4.0.0-5    A command-line driven interactive 
ii  gnuplot-x11                   4.0.0-5    X11-terminal driver for gnuplot

gnuplot recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to