|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-02-13 22:31:48
|
On 13.02.2013 20:06, pl...@pi... wrote:
> may be I''m being a bit slow or just not looking in the right place but
> I can't see a means to redirect output of a gnuplot print command to a
> file.
This has me baffled. How could you possibly have missed the blatantly
obvious "help print" while looking for this? I mean, come on, where
else but right there would anyone start looking for that information?
And it's not like "help print" were a 20-page section in which a single
detail might conceivably get lost --- here's the whole thing:
> print
> The print command prints the value of <expression> to the screen. It is synonymous with pause 0. <expression> may be anything that gnuplot can evaluate that produces a number, or it can be a string.
>
> Syntax:
>
> print <expression> {, <expression>, ...}
>
> See expressions. The output file can be set with set print.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
How much more obvious could it be?
|