Thomas Keefe
Followers: 0 Following: 0
Feeds
已回答
Can't save figure that contains subplots and a legend
Mathworks fixed it in 2020b.
Can't save figure that contains subplots and a legend
Mathworks fixed it in 2020b.
4 years 前 | 0
| 已接受
提问
Can't save figure that contains subplots and a legend
I need a figure that uses most of the area for a heatmap, and then has subplots of bar graphs on the side. I am doing this by cr...
4 years 前 | 2 个回答 | 1
2
个回答已回答
Colorbar displays in new figure
fig = figure; h = HeatMap(...); ax = plot(h, fig); colorbar(ax);
Colorbar displays in new figure
fig = figure; h = HeatMap(...); ax = plot(h, fig); colorbar(ax);
5 years 前 | 0