Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Change Font Size of Colorbar

3,463 views
Skip to first unread message

Martin Bretschneider

unread,
Nov 27, 2008, 5:31:49 AM11/27/08
to
Hi,

I do want do change the ticks and the label of the colorbar. I use

figure;
set(gca,'FontSize', 14);

and this does change the font size for all the normal axes, the ticks
and the legend but not the colorbar.

Can you please help me?

TIA Martin

Gavrilo Bozovic

unread,
Nov 27, 2008, 6:20:19 AM11/27/08
to
Martin Bretschneider <sp...@bretschneidernet.de> wrote in message <492e771a$0$32672$9b4e...@newsspool2.arcor-online.net>...

figure;
h=colorbar;
set(h,'fontsize',14);

gca is the handle for the axes, you have to specify another handle if you want to change properties of other stuff!

0 new messages