Effacer les filtres
Effacer les filtres

How to change the label properties on geoxes?

9 vues (au cours des 30 derniers jours)
Elliot Jenkins
Elliot Jenkins le 2 Fév 2023
Modifié(e) : Voss le 2 Fév 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.

Réponse acceptée

Voss
Voss le 2 Fév 2023
Modifié(e) : Voss le 2 Fév 2023
ax = geoaxes();
ax.LongitudeLabel.String = 'Lon.';
ax.LatitudeLabel.String = 'Lat.';
ax.LongitudeLabel.FontSize = 20;
ax.LatitudeLabel.FontName = 'FixedWidth';

Plus de réponses (0)

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by