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: Dave.Haddon
Subject: Re: Saving plots with no X display
Date: Mon, 19 Apr 2010 14:41:49 +1000

Søren,

 Thanks for the quick reply.. Yep that works... I still get an error about the 
X11 variable not being set, but the plot is saved..

Thankyou


On 19/4/10 1:16 PM, "Søren Hauberg" <address@hidden> wrote:

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]