How to change the label properties on geoxes?

9 次查看(过去 30 天)
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.

采纳的回答

Voss
Voss 2023-2-2
编辑:Voss 2023-2-2
ax = geoaxes();
ax.LongitudeLabel.String = 'Lon.';
ax.LatitudeLabel.String = 'Lat.';
ax.LongitudeLabel.FontSize = 20;
ax.LatitudeLabel.FontName = 'FixedWidth';

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

标签

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by