How to change the label properties on geoxes?

15 visualizaciones (últimos 30 días)
Elliot Jenkins
Elliot Jenkins el 2 de Feb. de 2023
Editada: Voss el 2 de Feb. de 2023
Hello,
I am simply trying to edit the font name and size of the axes of my geoscatter plot. xlabel and ylabel are not working.
How do I work around this? Thanks
Error using xlabel
Using xlabel with geoaxes is not supported.

Respuesta aceptada

Voss
Voss el 2 de Feb. de 2023
Editada: Voss el 2 de Feb. de 2023
ax = geoaxes();
ax.LongitudeLabel.String = 'Lon.';
ax.LatitudeLabel.String = 'Lat.';
ax.LongitudeLabel.FontSize = 20;
ax.LatitudeLabel.FontName = 'FixedWidth';

Más respuestas (0)

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by