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

Newsgroups comp.graphics.apps.gnuplot
Date 2021-07-10 08:07 -0700
References <e95b190e-372c-43c2-832e-4ae317cbecddn@googlegroups.com> <cff8b4a1-6be9-4fd0-bb7c-89e31c11371en@googlegroups.com> <1cf904fc-5f50-43c1-880a-d8b6a379d4cdn@googlegroups.com>
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>

Show all headers | 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