anyway to set the location of number in colorbar
1 回表示 (過去 30 日間)
古いコメントを表示
I have a figure with fixed size, since the size is fixed, the location of number sometimes exceed the limit, leading to imcomplete display:
![contour_test.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/207883/contour_test.jpeg)
is there anyway to move it to a lower place (red box in Figure)
Bests,
Yu
0 件のコメント
回答 (1 件)
Image Analyst
2019 年 3 月 11 日
You could use xticklabels to make them 0.005, etc.
colorbar('Ticks', [whatever], 'TickLabels', {'.0050', etc.})
参考
カテゴリ
Help Center および File Exchange で Colorbar についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!