pcolor in subplot
显示 更早的评论
When using pcolor within a subplot, this seems to change the display of other axes in the subplot, e.g.
subplot(2,1,1)
plot(rand(20,1))
subplot(2,1,2)
pcolor(peaks), shading interp, axis off
Here, the axes in subplot(2,1,1) are not displayed. This only occurs when using pcolor - not e.g. imagesc.
Why is this? How to work around it??
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Subplots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!