Does anyone know how to change axis label size and font while using geoscatter? I'm plotting some lon and lat information using geoscatter. I've tried manually changing the font/fontsize when I have the matlab figure, but every time i save the image it reverts back to default size/font.
Thanks in advance!

답변 (1개)

Sai Bhargav Avula
Sai Bhargav Avula 2019년 7월 30일

0 개 추천

Try changing the axis label size and font through GeographicAxes Properties by using geoaxes function.
Latitude and Longitude axis FontSize can be changed by
gx = geoaxes;
gx.LongitudeLabel.FontSize = 24;
gx.LatitudeLabel.FontSize = 24;
Refer the following link for further details
Hope this helps!

카테고리

도움말 센터File Exchange에서 Geographic Plots에 대해 자세히 알아보기

태그

질문:

2019년 7월 27일

답변:

2019년 7월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by