Set colorbar outside the window

24 ビュー (過去 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 Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by