Bug#740449: octave: Changing the figure visibility breaks the print to a file

2014-03-01 Thread Mike Miller
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

Bug#740449: octave: Changing the figure visibility breaks the print to a file

2014-03-01 Thread Maximiliano Curia
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