help-octave
[Top][All Lists]
Advanced

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

Changing tick text on axis?


From: Wolfgang Schechinger
Subject: Changing tick text on axis?
Date: Fri, 18 Jul 2008 12:25:29 +0200

Dear all, 

I have a bar chart where the groups of bars should have some labels on the x 
axis instead of just numbers

I tried this code (adopted from a matlab example):

set(gca, 'xticklabelmode', 'manual')
set(gca, 'xticklabel','|text1|text1|')

but nothing happens

get(gca,'xticklabel')
retrieves '|text1|text1|', however!

is this option not implemented in octave, or do I something wrong?

Thanks,

Wolfgang



-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser


reply via email to

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