Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4417
| X-Received | by 2002:a37:681:: with SMTP id 123mr145221qkg.453.1625909024161; Sat, 10 Jul 2021 02:23:44 -0700 (PDT) |
|---|---|
| X-Received | by 2002:a25:7ec4:: with SMTP id z187mr51940967ybc.136.1625909023860; Sat, 10 Jul 2021 02:23:43 -0700 (PDT) |
| Path | csiph.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!2.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Sat, 10 Jul 2021 02:23:43 -0700 (PDT) |
| In-Reply-To | <cff8b4a1-6be9-4fd0-bb7c-89e31c11371en@googlegroups.com> |
| Injection-Info | google-groups.googlegroups.com; posting-host=2a02:a03f:eb28:9f00:55c5:cf8f:4da2:71e8; posting-account=6f4zEAoAAABcPGvJdTxtF_Mhoal-gK1d |
| NNTP-Posting-Host | 2a02:a03f:eb28:9f00:55c5:cf8f:4da2:71e8 |
| References | <e95b190e-372c-43c2-832e-4ae317cbecddn@googlegroups.com> <cff8b4a1-6be9-4fd0-bb7c-89e31c11371en@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <1cf904fc-5f50-43c1-880a-d8b6a379d4cdn@googlegroups.com> (permalink) |
| Subject | Re: How to produce screenplot and pslatex-plot with one batch file |
| From | "hugocoolens@gmail.com" <hugocoolens@gmail.com> |
| Injection-Date | Sat, 10 Jul 2021 09:23:44 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| Xref | csiph.com comp.graphics.apps.gnuplot:4417 |
Show key headers only | View raw
On Friday, July 9, 2021 at 5:18:40 PM UTC+2, Gavin Buxton wrote: > Hi > > I might be misunderstanding your question, but it seems like you want to see the output of your plot when the terminal is tex. I usually use ps or png files and then embed them in latex afterwards, so I would check it using something like: > > set term post > set output 'temp.ps' > plot sin(x) > set output > !gv temp.ps > > where the last command would open the file using ghostview (the exclamation mark just allows you to run external programs from gnuplot commandline). I don't use tex file directly, but I imagine to view the tex file you would need an external viewer of some kind? > > Best > > > Gavin Dear Gavin, Thanks for your answer but this is not what I want. I really want pslatex output as that gives nicer graphs than plain postscript. What I want is a default screen plot _and_ a pslatex-file all in one script. Maybe someone else has a suggestion? kind regards, Hugo
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to produce screenplot and pslatex-plot with one batch file "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2021-07-08 07:30 -0700
Re: How to produce screenplot and pslatex-plot with one batch file Gavin Buxton <gavinbuxton@gmail.com> - 2021-07-09 08:18 -0700
Re: How to produce screenplot and pslatex-plot with one batch file "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2021-07-10 02:23 -0700
Re: How to produce screenplot and pslatex-plot with one batch file Gavin Buxton <gavinbuxton@gmail.com> - 2021-07-10 08:07 -0700
Re: How to produce screenplot and pslatex-plot with one batch file "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2021-07-13 04:53 -0700
csiph-web