How to change the position of the exponential in a colorbar
3 ビュー (過去 30 日間)
古いコメントを表示
I'm using MATLA R2020a to generate an image with colorbar. I'm including the colorbar using the below code. But the exponential part is coming below the colorbar which I want to be at the top position.
contourf(X*10^6,Y*10^6,(S1),50,'edgecolor','none'), axis square; title('(S2)'); colorbar
How do I change that? Im including the figure here.
2 件のコメント
KSSV
2021 年 12 月 8 日
How about?
contourf(S1,50,'edgecolor','none'), axis square; title('(S2)'); colorbar
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Colorbar についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!