Colorbar for a Tiled Layout

29 次查看(过去 30 天)
Cesium Modern
Cesium Modern 2023-3-23
编辑: Adam Danz 2023-3-23
Currently have a 1x2 tiledlayout. I have the colorbar plotted below the 2nd plot using colorbar('southoutside')
Question:
How can I stretch it out so that the colorbar is underneath the plot

回答(1 个)

Adam Danz
Adam Danz 2023-3-23
编辑:Adam Danz 2023-3-23
Are you asking how to extend the colorbar to be under both axes?
Set the colorbar's Layout tile to south.
tcl = tiledlayout(1,2);
nexttile()
nexttile()
cb = colorbar();
cb.Layout.Tile = 'south';

类别

Help CenterFile Exchange 中查找有关 Geographic Plots 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by