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

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

Try commenting out line 19 in the function file:
figure
it is probably what's interfering with your attempts to create subplots

1 Comment

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)

Categories

Community Treasure Hunt

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

Start Hunting!