Bug#755903: Have to invoke gnuplot with two copies of same input file

Ian Jackson Ian.Jackson at eu.citrix.com
Thu Jul 24 12:17:48 UTC 2014


Package: gnuplot
Version: 4.6.0-8

$ gnuplot contrib.runes
$ wc -l contrib.ps
595 contrib.ps
$ gnuplot contrib.runes contrib.runes
$ wc -l contrib.ps
765 contrib.ps
$ cat contrib.runes
set terminal epscairo size 5.0, 3.5
set output 'contrib.ps'

set xrange ["1311264120":"1405958544"]
set yrange [0:800]
set xdata time
set timefmt "%s"
set style fill solid 0.5
plot 'contrib.gnuplot' using 1:2 with boxes title 'osstest loc by author date'
$

The output file from the first invocation does not actually contain
the graph data.  I have searched the whole manual for the word
`output' and nothing seems to suggest what I'm doing anything wrong.

I have seen similar effects with other `set terminal' options.  While
I haven't reproduced that systematically, I don't think this is simply
a bug in the epscairo terminal driver.

The file contrib.gnuplot is attached, as are the two .ps files.

Ian.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: contrib.gnuplot
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140724/2f3b9080/attachment-0001.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.ps
Type: application/postscript
Size: 23776 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140724/2f3b9080/attachment-0002.ps>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: u.ps
Type: application/postscript
Size: 27518 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140724/2f3b9080/attachment-0003.ps>


More information about the debian-science-maintainers mailing list