help-octave
[Top][All Lists]
Advanced

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

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


From: Christopher Paredes
Subject: generate graphics with the command line option --no- window-system
Date: Mon, 20 Jul 2015 00:32:33 -0400

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

--
Christopher Paredes

reply via email to

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