Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2722
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2015-01-21 06:53 -0800 |
| References | <9ffe14f7-de9d-471e-a98d-2f8120d9366e@googlegroups.com> <m9o1og$dd6$1@news.rz.uni-karlsruhe.de> |
| Message-ID | <dc58d74f-4778-43c7-abdd-3910e6adc690@googlegroups.com> (permalink) |
| Subject | Re: bug when using pslatex |
| From | "hugocoolens@gmail.com" <hugocoolens@gmail.com> |
Op woensdag 21 januari 2015 12:15:29 UTC+1 schreef Karl:
> Am 21.01.2015 um 12:03 schrieb hugocoolens@gmail.com:
> > I noticed with the following strange Gnuplot behaviour which very much looks like a bug to me:
> >
> > I checked this for three versions of Gnuplot:
> > G N U P L O T Version 5.1 patchlevel 0 last modified 2015-01-20
> > G N U P L O T Version 4.6 patchlevel 0 last modified 2012-03-04
> > G N U P L O T Version 4.7 patchlevel 0
> >
> >
> > Start Gnuplot en enter the following commands:
> > set terminal pslatex size 25cm,17cm
> > set output 'test.tex'
> > plot x**2
> >
> > When you have a look at the resulting test.tex file, the following three lines at the end of the file are missing:
> >
> > \end{picture}%
> > \endgroup
> > \endinput
>
> You have forgotten to close the output file via "set output". Only then
> the three missing lines are added. I´m not exactly sure why this is done
> the way it is.
>
> set term pslatex
> set out "test1.tex"
> plot x
> set out
thanks a lot, this has been bothering me for a long time
kind regards,
Hugo
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
bug when using pslatex "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2015-01-21 03:03 -0800
Re: bug when using pslatex Karl <mail.kfr@gmx.net> - 2015-01-21 12:15 +0100
Re: bug when using pslatex "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2015-01-21 06:53 -0800
Re: bug when using pslatex Karl <mail.kfr@gmx.net> - 2015-01-21 16:39 +0100
Re: bug when using pslatex "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2015-01-22 00:32 -0800
Re: bug when using pslatex Karl <mail.kfr@gmx.net> - 2015-01-22 10:52 +0100
csiph-web