Logarithmic scale for colorbar
古いコメントを表示
I sometimes require a plot which has a colorbar with a log scale. Previously I did this by setting the 'yscale' property of the underlying colorbar axes, but this no longer works with the new graphics system. Is there a workaround for the new system?
採用された回答
その他の回答 (1 件)
Xiaolong
2020 年 3 月 26 日
1 投票
set(gca,'colorscale','log')
1 件のコメント
Walter Roberson
2020 年 4 月 27 日
Note: that was not available at the time the question was originally asked.
カテゴリ
ヘルプ センター および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!