How do I set the subplot position without worrying about the outside legends?
Show older comments
I have two subplots: han1 = subplot(1,2,1) and han2 = subplot(1,2,2). han1 has a legend with 4 rows, han2 has a legend with 2 rows. The position of their legends are both "southoutside". The problem I am having is that the "position" setting for both of these subplots considers the legends, so I am having a hard time aligning these two subplots (without worrying the legends). When I finally align them up, the distance between the legends and the subplots are different. What is a way to get around this?
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Legend in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
