Your message dated Mon, 13 Sep 2010 18:41:19 +0200
with message-id <[email protected]>
and subject line Feature
has caused the Debian Bug report #523549,
regarding gnuplot: Missing </svg> for SVG output
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
523549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523549
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnuplot
Version: 4.2.5-1
Severity: normal

I've been generating SVG output with Gnuplot, to import into
LaTeX files using pdflatex (and hence need to process with rasterizer).
This used to work, today it was crashing.  After staring at things
for a while, it is apparent that Gnuplot is not including the closing
</svg> tag in the file.  I suppose it is possible that Gnuplot is
writing this closing tag, but it is getting held up in the I/O buffer?

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnuplot depends on:
ii  gnuplot-nox                   4.2.5-1    A command-line driven interactive 
ii  gnuplot-x11                   4.2.5-1    A command-line driven interactive 

gnuplot recommends no packages.

Versions of packages gnuplot suggests:
pn  gnuplot-doc                   <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
>From FAQ:

7.6 My output files are incomplete!

You may need to flush the output with a closing set output. Some
output formats (postscript, pdf, latex, svg, ...) can include several
pages of plots in a single output file. For these output modes,
gnuplot leaves the file open after each plot so that you can add
additional plots to it. The file is not completed and made available
to external applications until you explicitly close it (set output or
unset output), or select a different terminal type (set term) or exit
gnuplot. Output formats that contain only a single 'page' (png, emf,
...) should not suffer from this problem.


--- End Message ---

Reply via email to