How to change the label properties on geoxes?

15 ビュー (過去 30 日間)
Elliot Jenkins
Elliot Jenkins 2023 年 2 月 2 日
編集済み: Voss 2023 年 2 月 2 日
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 Center および File ExchangeAxis Labels についてさらに検索

タグ

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by