Can't obtain Postscript output from Gnuplot 4.2
- From: Robert Dodier <robert.dodier@xxxxxxxxx>
- Date: Wed, 20 Jun 2007 04:43:57 -0000
Hi,
The following script yields a complete Postscript file showing a
simple plot when executed by Gnuplot 4.0 on Windows XP.
But when I try the same script with Gnuplot 4.2, the PS
output file is truncated as shown below. Any suggestions?
Thanks for any help.
Robert Dodier
PS. Here is the script and the tail of the output file.
------------ begin test1.gp ------------
set term postscript
set out 'test1.ps'
plot '-'
-3.141592654 -1.2246063538E-16
-2.179479903 -0.8204014435
-0.8639379797 -0.7604059656
0.000000000 0.000000000
1.826050730 0.9675990924
2.297289628 0.7475083269
3.141592654 1.2246063538E-16
------------- end test1.gp ---------------
< ... lot of stuff snipped ... >
SDict begin [
/Title (test1.ps)
/Subject (gnuplot plot)
/Creator (gnuplot 4.2 patchlevel 0)
/Author (Robert Dodier)
% /Producer (gnuplot)
% /Keywords ()
/CreationDate (Tue Jun 19 22:39:10 2007)
/DOCINFO pdfmark
end
} ifelse
.
- Follow-Ups:
- Re: Can't obtain Postscript output from Gnuplot 4.2
- From: Hans-Bernhard Bröker
- Re: Can't obtain Postscript output from Gnuplot 4.2
- Prev by Date: Re: Linestyles for base contour of 3D plot
- Next by Date: horizontal line in a data plot
- Previous by thread: Pattern fill does not fill with pattern
- Next by thread: Re: Can't obtain Postscript output from Gnuplot 4.2
- Index(es):
Relevant Pages
|