How can I put grouped stacked bar plots together in one figure?
8 次查看(过去 30 天)
显示 更早的评论
Hello,
I have created 4 grouped stacked bar plots using the following function:
What I need is to put all of them together in one figure. I have tried 'subplot' and 'tiledlayout' methods but nothing seem to be working.
Any advice in this regard is highly appreciated.
Thank you.
0 个评论
采纳的回答
Sindar
2020-12-15
Try commenting out line 19 in the function file:
figure
it is probably what's interfering with your attempts to create subplots
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!