modify axes label fonts on usamap.m or geoshow.m

2 ビュー (過去 30 日間)
Josh Carmichael
Josh Carmichael 2020 年 10 月 26 日
コメント済み: Amato 2021 年 6 月 29 日
I would like to change the font style and use a LaTeX interpreter (from a function or script, not interactively) after plotting a map using usamap.m or geoshow.m. I attempted to find the latitude and longtitude XTickLabel or YTickLabel equivalents in the axes object structure, but each string was empty:
ax = usamap({'OK'});
f = fieldnames(ax);
ii = ~cellfun(@isempty, strfind(f, 'Label'));
f(ii)
Note f(ii) contains no Latitude or Longitude label. Nor do the Parent axes, as far as I can find.
Explicitly, I would like to change the font property of labels like what I have circled below in red. Thank you!
  1 件のコメント
Amato
Amato 2021 年 6 月 29 日
I've been wondering the same thing for some time now. Would be awesome to get an answer here.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGrid Lines, Tick Values, and Labels についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by