码迷,mamicode.com
首页 > 其他好文 > 详细

plt.subplot2grid()函数

时间:2018-07-30 18:05:29      阅读:1153      评论:0      收藏:0      [点我收藏+]

标签:class   code   sequence   style   span   none   tle   plt   ima   

 plt.subplot2grid

plt.subplot2grid(shape, loc, rowspan=1, colspan=1, fig=None, **kwargs)

shape : sequence of 2 ints
loc : sequence of 2 ints
rowspan : int
Number of rows for the axis to span to the right.

colspan : int
Number of columns for the axis to span downwards.

  example:

plt.subplot2grid((4, 3), (0, 0), colspan=3)
plt.subplot2grid((4, 3), (1, 0), rowspan=3)
plt.subplot2grid((4, 3), (1, 1))
plt.subplot2grid((4, 3), (1, 2))
plt.subtitle(haha)

 

技术分享图片

 

plt.subplot2grid()函数

标签:class   code   sequence   style   span   none   tle   plt   ima   

原文地址:https://www.cnblogs.com/key221/p/9391649.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!