How can I put grouped stacked bar plots together in one figure?

7 views (last 30 days)
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.

Accepted Answer

Sindar
Sindar on 15 Dec 2020
Try commenting out line 19 in the function file:
figure
it is probably what's interfering with your attempts to create subplots
  1 Comment
Dilini Wickrama Achchige
Dilini Wickrama Achchige on 15 Dec 2020
Thank you Sindar.
Now it works with few adjustments made after commenting out 'figure' in the function file.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!