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

图形

matplotlib.figure

图形模块提供顶级 Artist , the Figure 包含所有绘图元素。定义了以下类

SubplotParams
控制子批次的默认间距
Figure
所有绘图元素的顶级容器。

Classes

AxesStack 专业化 Stack 处理所有跟踪 Axes 在一个 Figure .
Figure 所有绘图元素的顶级容器。
SubplotParams 保存子批次参数的类。

功能

figaspect 计算具有指定纵横比的图形的宽度和高度。