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: <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> Subject: Re: How to produce screenplot and pslatex-plot with one batch file From: Gavin Buxton 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 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.