On Sat, Mar 01, 2014 at 17:32:45 +0100, Maximiliano Curia wrote:
> In octave to get a file output without showing the plot on the screen you
> would normaly do:
> figure(1, "visible", "off");
> plot(sin(1:100));
> print -deps "/tmp/sin.eps"
>
> Sadly, the new version produces no output file aft
Package: octave
Version: 3.8.0-5
Severity: important
Hi,
In octave to get a file output without showing the plot on the screen you
would normaly do:
figure(1, "visible", "off");
plot(sin(1:100));
print -deps "/tmp/sin.eps"
Sadly, the new version produces no output file after touching the "vis
2 matches
Mail list logo