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年弱 前 | 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年以上 前 | 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年弱 前 | 0