How to change the position of the exponential in a colorbar

조회 수: 2 (최근 30일)
U B
U B 2021년 12월 8일
댓글: U B 2021년 12월 8일
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
KSSV 2021년 12월 8일
How about?
contourf(S1,50,'edgecolor','none'), axis square; title('(S2)'); colorbar
U B
U B 2021년 12월 8일
No, I need to assign maximum valuses for x and y axis as 1. If I do that exponential term will come.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Colorbar에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by