Move colorbar location to the east in tiled layout figure

1 次查看(过去 30 天)
I have a fugure that looks horrible due to the colorbar overlaying the tiledlayout.
Any ideas on how to move the colorbar to the east so it's outside of the figure?
Thanks.

回答(1 个)

Sindar
Sindar 2020-9-29
does this work:
cb = colorbar;
cb.Layout.Tile = 'east';
(from the colorbar documentation)

类别

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