当前位置: 移动技术网 > IT编程>脚本编程>Python > matplotlib subplots 调整子图间矩的实例

matplotlib subplots 调整子图间矩的实例

2018年08月21日  | 移动技术网IT编程  | 我要评论

全球黑帮花名册,江民硬盘锁,环保股有哪些

在matplotlib中,用subplots画子图时,有时候需要调整子图间矩,包括子图与边框的间矩,子图间上下间矩,子图间左右间矩,可以使用fig.tight_layout()函数:

help on method tight_layout in module matplotlib.figure:

tight_layout(renderer=none, pad=1.08, h_pad=none, w_pad=none, rect=none) method of matplotlib.figure.figure instance
  adjust subplot parameters to give specified padding.
  
  parameters:
  
   *pad* : float
    padding between the figure edge and the edges of subplots,
    as a fraction of the font-size.
   *h_pad*, *w_pad* : float
    padding (height/width) between edges of adjacent subplots.
    defaults to `pad_inches`.
   *rect* : if rect is given, it is interpreted as a rectangle
    (left, bottom, right, top) in the normalized figure
    coordinate that the whole subplots area (including
    labels) will fit into. default is (0, 0, 1, 1).

以上这篇matplotlib subplots 调整子图间矩的实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持移动技术网。

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网