neuniversity / ALY6140

1 stars 3 forks source link

Wanting to plot different size plots together #36

Open ZelingJiang opened 5 years ago

ZelingJiang commented 5 years ago

I want to aggregate 3 plots together. The first line will have two plots and the second line will have the third plot. And I want to let the third plot have a different size. How can I achieve that function?

ghost commented 5 years ago

Hi, Zeling

You may try the Grid.

CHENGYULIU1 commented 5 years ago

https://stackoverflow.com/questions/10388462/matplotlib-different-size-subplots

Hope this help.

Jason