How to make an axes occupy multiple subplots with pyplot (Python)

前端 未结 5 1929
盖世英雄少女心
盖世英雄少女心 2021-01-31 14:32

I would like to have three plots in single figure. The figure should have a subplot layout of two by two, where the first plot should occupy the first two subplot cells (i.e. th

5条回答
  •  面向向阳花
    2021-01-31 15:22

    For finer-grained control you might want to use the subplot2grid module of matplotlib.pyplot.

    http://matplotlib.org/users/gridspec.html

提交回复
热议问题