help-octave
[Top][All Lists]
Advanced

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

Re: generate graphics with the command line option --no- window-system


From: Mike Miller
Subject: Re: generate graphics with the command line option --no- window-system
Date: Mon, 20 Jul 2015 10:14:58 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Jul 20, 2015 at 00:32:33 -0400, Christopher Paredes wrote:
> Hi all I 'm trying to generate a graphic in an environment that does not
> have X11. I have to generate a lot of graphics and include results of
> calculations ( octave ) in them.
> 
> I 'm doing tests with the following script:
> 
> *<test.m>*
> *f = figure*
> *graphics_toolkit gnuplot*
> *set(f, "visible", "off")*
> *plot([1,2,3,4])*
> *print("MyPNsG.eps", "-deps")*
> 
> *octave --no- window-system test.m*
> 
> But the graph is generated blank .
> 
> What I can do?
> 
> I use octave 4.0.0

It works for me. Have you tried executing "graphics_toolkit gnuplot"
before creating the figure? What version of gnuplot do you have?

-- 
mike



reply via email to

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