Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4418

Re: How to produce screenplot and pslatex-plot with one batch file

X-Received by 2002:a37:6203:: with SMTP id w3mr31670819qkb.81.1625929646030; Sat, 10 Jul 2021 08:07:26 -0700 (PDT)
X-Received by 2002:a5b:8c6:: with SMTP id w6mr46557890ybq.258.1625929645769; Sat, 10 Jul 2021 08:07:25 -0700 (PDT)
Path csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!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 08:07:25 -0700 (PDT)
In-Reply-To <1cf904fc-5f50-43c1-880a-d8b6a379d4cdn@googlegroups.com>
Injection-Info google-groups.googlegroups.com; posting-host=2601:547:300:da50:f9ed:d8a:55aa:b4f9; posting-account=yC8mVwkAAADuRBqBIdPVfec50l5EMdYn
NNTP-Posting-Host 2601:547:300:da50:f9ed:d8a:55aa:b4f9
References <e95b190e-372c-43c2-832e-4ae317cbecddn@googlegroups.com> <cff8b4a1-6be9-4fd0-bb7c-89e31c11371en@googlegroups.com> <1cf904fc-5f50-43c1-880a-d8b6a379d4cdn@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <44ade153-21e2-4340-a4cf-8b66e5eb83f8n@googlegroups.com> (permalink)
Subject Re: How to produce screenplot and pslatex-plot with one batch file
From Gavin Buxton <gavinbuxton@gmail.com>
Injection-Date Sat, 10 Jul 2021 15:07:26 +0000
Content-Type text/plain; charset="UTF-8"
Lines 9
Xref csiph.com comp.graphics.apps.gnuplot:4418

Show key headers only | View raw


Ah, I think I see now. You could

set terminal pslatex size 25cm,17cm monochrome
set output "fileforlatex.tex"
plot sin(x)
set output
set term x11
rep

and just plot it again to the screen, but it might not look the same in a different terminal.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


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