help-octave
[Top][All Lists]
Advanced

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

Re: fltk printing


From: Ben Abbott
Subject: Re: fltk printing
Date: Tue, 01 Jun 2010 07:36:07 -0400

On May 31, 2010, at 3:40 AM, Dan Newman wrote:

> Using octave 3.3.51+ and the fltk backend, on-screen display is fine but 
> printing doesn't seem to behave as expected.  For example,
> 
>>> x=0:0.01:10;y=sin(x);plot(x,y)
>>> print('test.ps')
> ferror: fflush: invalid stream number = -1
> error: called from:
> error:   /usr/local/share/octave/3.3.51+/m/plot/__gnuplot_get_var__.m at 
> line 86, column 7
> error:   /usr/local/share/octave/3.3.51+/m/plot/print.m at line 538, 
> column 27
>>> 
> 
> As far as I can tell, gnuplot should not be involved at all.
> 
> Any suggestions will be gratefully received.
> 
> Thanks,
> Dan

Presently, the FLTK backend doesn't support printing.

Ben






reply via email to

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