help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving plots with no X display


From: Søren Hauberg
Subject: Re: Saving plots with no X display
Date: Sun, 18 Apr 2010 20:16:06 -0700

man, 19 04 2010 kl. 12:43 +1000, skrev address@hidden:
>   I am trying to do come plotting on a machine that is 4000km, 2 VPNs and 3
> computers on 2 operating systems away..  i.e I have only a text interface.
> 
> I would like to process some large amounts data, produce a plot on the
> remote machine and save the output png with print().
> 
> As I have no X display, I cannot get gnuplot to run.

Can you do something like

        figure ("visible", "off")
        plot (1:10)
        print test.png

?

Søren



reply via email to

[Prev in Thread] Current Thread [Next in Thread]