Filter löschen
Filter löschen

How to change the label properties on geoxes?

7 Ansichten (letzte 30 Tage)
Elliot Jenkins
Elliot Jenkins am 2 Feb. 2023
Bearbeitet: Voss am 2 Feb. 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by