Set colorbar outside the window

조회 수: 25 (최근 30일)
V.D-C
V.D-C 2020년 2월 27일
댓글: Adam Danz 2020년 2월 27일
Hello,
I would like to know if it is possible to display the colorbar outside the window ? (further to the right, outside the axis)
Have a good day !

채택된 답변

Adam Danz
Adam Danz 2020년 2월 27일
편집: Adam Danz 2020년 2월 27일
Use the location property
  댓글 수: 2
V.D-C
V.D-C 2020년 2월 27일
Thanks ! I couldn't make it work because I put:
ax = axes
colorbar(ax, etc...) and for some reason it was giving me an error.
Adam Danz
Adam Danz 2020년 2월 27일
It sould also work if you include the handle.
colorbar(axisHandle, 'WestOutside')

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by