help-octave
[Top][All Lists]
Advanced

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

fltk printing


From: Dan Newman
Subject: fltk printing
Date: Mon, 31 May 2010 17:40:29 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

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



reply via email to

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