How to change the colorbar label distance
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone,
how can I change the label distance in the colorbar? Thanks!
0 件のコメント
採用された回答
Florian Bidaud
2023 年 9 月 21 日
編集済み: Florian Bidaud
2023 年 9 月 21 日
c = colorbar;
clim([84 100])
c.Ticks = [84:2:100];
c.TickLabels{1} = 0;
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Colormaps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!