Matplotlib is hiring a Research Software Engineering Fellow! See discourse for details. Apply by January 3, 2020
matplotlib.container
¶matplotlib.container.
BarContainer
(patches, errorbar=None, **kwargs)[源代码]¶基类:matplotlib.container.Container
用于条形图艺术家的容器(例如由 Axes.bar
)
容器可以作为 补片 他们自己。此外,还可以通过属性访问这些参数和其他参数。
属性: |
|
---|
matplotlib.container.
Container
(kl, label=None)[源代码]¶基类:tuple
容器的基类。
容器是收集语义相关艺术家(如条形图的条形图)的类。
add_callback
(func)[源代码]¶添加一个回调函数,每当 Artist
的属性更改。
返回一个 id 这对于删除回调非常有用 remove_callback()
后来。
remove_callback
(oid)[源代码]¶基于其移除回调 id .
参见
add_callback()
matplotlib.container.
ErrorbarContainer
(lines, has_xerr=False, has_yerr=False, **kwargs)[源代码]¶基类:matplotlib.container.Container
错误条艺术家的容器(例如由 Axes.errorbar
)
容器可以被视为 线 元组本身。此外,还可以通过属性访问这些参数和其他参数。
属性: |
|
---|
matplotlib.container.
StemContainer
(markerline_stemlines_baseline, **kwargs)[源代码]¶基类:matplotlib.container.Container
容器中创建的艺术家 Axes.stem()
情节。
容器可以被视为名称双重 (markerline, stemlines, baseline)
.
属性: |
---|