help-octave
[Top][All Lists]
Advanced

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

no tick labels with fltk backend ?


From: vatko
Subject: no tick labels with fltk backend ?
Date: Thu, 29 Sep 2011 20:06:40 -0700 (PDT)

Hi,

I have a problem, whenever I use the fltk backend I don't see any tick
labels. I have tried to change the font size, set labels manualy, but I
don't see anything on the axis.

for example, this code :

X = [1:0.1:5];
plot(X,sin(X));
set(gca,"xticklabel",{"a";"b";"c"});
backend(gcf,"fltk");

gives me this :

http://octave.1599824.n4.nabble.com/file/n3858559/noticklabel.png 


I couldn't find anything on the forums about this problem. Am I doing
something wrong ?

thank you.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/no-tick-labels-with-fltk-backend-tp3858559p3858559.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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