How can I increase the size of the color bar values?

23 visualizaciones (últimos 30 días)
Ashfaq Ahmed
Ashfaq Ahmed el 12 de Nov. de 2021
Respondida: Mathieu NOE el 12 de Nov. de 2021
Hi guys, can you kindly tell me how can I increase the values of these numbers showed in my color bar?

Respuesta aceptada

Mathieu NOE
Mathieu NOE el 12 de Nov. de 2021
hello
I believe you want to have larger font for a better reading
simply create a handle associated with the colorbar and then you can modify any proprerty
example (a bit exagerated)
figure
peaks(25);
hcb=colorbar('ver'); % colorbar handle
hcb.FontSize = 15;
hcb.Title.String = "GDP range";
hcb.Title.FontSize = 20;

Más respuestas (0)

Categorías

Más información sobre Colormaps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by