Matplotlib is hiring a Research Software Engineering Fellow! See discourse for details. Apply by January 3, 2020

Version 3.1.1
matplotlib
Fork me on GitHub

目录

Related Topics

GRIDSPEC

matplotlib.gridspec

gridspec 是一个模块,用于指定图中子批次的位置。

GridSpec
指定要放置子批次的网格的几何图形。需要设置网格的行数和列数。或者,可以调整子批次布局参数(例如,左、右等)。
SubplotSpec
指定子批次在给定子批次中的位置 GridSpec .

Classes

GridSpec \(nrows,军士[, figure, left, ...] ) 指定要放置子批次的网格几何图形的类。
SubplotSpec \(网格规格,编号1[, num2] ) 指定子批次在给定子批次中的位置 GridSpec .
GridSpecBase \(nrows,军士[, height_ratios, ...] ) gridspec的基类,用于指定将放置子批次的网格的几何图形。
GridSpecFromSubplotSpec \(nrows,ncols,……[, ...] ) 其子批次布局参数从给定子批次规范指定的位置继承的网格规范。