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!