help-octave
[Top][All Lists]
Advanced

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

legend text missing in pdf print using fltk


From: indium
Subject: legend text missing in pdf print using fltk
Date: Mon, 12 Mar 2012 12:34:36 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Dear all,

I couldn't find a mention of this on Nabble, so I decided to post this:

________________________________________________
graphics_toolkit ('fltk')                                                     
x=1:10; y=sin(x/5); plot(x,y,';sin(x);')
print('blah_fltk.pdf')
________________________________________________

The pdf now does not contain the 'sin(x)' text label.

If you use the (standard) gnuplot toolkit, it does work.

I'm using version 3.7.0+





reply via email to

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