X and Y Axis font size

Hi,
I'm trying to change the font size on the x and y axis. I can change the description part:
xlabel('Frequency (GHz)','FontSize',24)
ylabel('Received power (dB)','FontSize',24)
title('Calibration retest 5.0 - 5.5GHz','FontSize',24)
But I can't work out how to change the plot values (ie 2.0 3.0 etc). I can manually change it once the plot has been made but when I have to print out 20 plots it could take a while.
Thanks
James

 Respuesta aceptada

dpb
dpb el 23 de Jun. de 2013

0 votos

set(gca,'fontsize',8) % say...default here is 10
NB:
get(gca)
will return current settings/values for all properties of the axis object--very useful when you don't recall the name of the one you're after.

Más respuestas (1)

James Mathew
James Mathew el 23 de Jun. de 2013

0 votos

Excellent, many thanks.
James

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 23 de Jun. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by