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