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

艺术家

Inheritance diagram of matplotlib.axes._axes.Axes, matplotlib.axes._base._AxesBase, matplotlib.axis.Axis, matplotlib.axis.Tick, matplotlib.axis.XAxis, matplotlib.axis.XTick, matplotlib.axis.YAxis, matplotlib.axis.YTick, matplotlib.collections.AsteriskPolygonCollection, matplotlib.collections.BrokenBarHCollection, matplotlib.collections.CircleCollection, matplotlib.collections.Collection, matplotlib.collections.EllipseCollection, matplotlib.collections.EventCollection, matplotlib.collections.LineCollection, matplotlib.collections.PatchCollection, matplotlib.collections.PathCollection, matplotlib.collections.PolyCollection, matplotlib.collections.QuadMesh, matplotlib.collections.RegularPolyCollection, matplotlib.collections.StarPolygonCollection, matplotlib.collections.TriMesh, matplotlib.collections._CollectionWithSizes, matplotlib.contour.ClabelText, matplotlib.figure.Figure, matplotlib.image.AxesImage, matplotlib.image.BboxImage, matplotlib.image.FigureImage, matplotlib.image.NonUniformImage, matplotlib.image.PcolorImage, matplotlib.image._ImageBase, matplotlib.legend.Legend, matplotlib.lines.Line2D, matplotlib.offsetbox.AnchoredOffsetbox, matplotlib.offsetbox.AnchoredText, matplotlib.offsetbox.AnnotationBbox, matplotlib.offsetbox.AuxTransformBox, matplotlib.offsetbox.DrawingArea, matplotlib.offsetbox.HPacker, matplotlib.offsetbox.OffsetBox, matplotlib.offsetbox.OffsetImage, matplotlib.offsetbox.PackerBase, matplotlib.offsetbox.PaddedBox, matplotlib.offsetbox.TextArea, matplotlib.offsetbox.VPacker, matplotlib.patches.Arc, matplotlib.patches.Arrow, matplotlib.patches.Circle, matplotlib.patches.CirclePolygon, matplotlib.patches.ConnectionPatch, matplotlib.patches.Ellipse, matplotlib.patches.FancyArrow, matplotlib.patches.FancyArrowPatch, matplotlib.patches.FancyBboxPatch, matplotlib.patches.Patch, matplotlib.patches.PathPatch, matplotlib.patches.Polygon, matplotlib.patches.Rectangle, matplotlib.patches.RegularPolygon, matplotlib.patches.Shadow, matplotlib.patches.Wedge, matplotlib.patches.YAArrow, matplotlib.projections.geo.AitoffAxes, matplotlib.projections.geo.GeoAxes, matplotlib.projections.geo.HammerAxes, matplotlib.projections.geo.LambertAxes, matplotlib.projections.geo.MollweideAxes, matplotlib.projections.polar.PolarAxes, matplotlib.quiver.Barbs, matplotlib.quiver.Quiver, matplotlib.quiver.QuiverKey, matplotlib.spines.Spine, matplotlib.table.Cell, matplotlib.table.CustomCell, matplotlib.table.Table, matplotlib.text.Annotation, matplotlib.text.Text, matplotlib.text.TextWithDash

Artist

class matplotlib.artist.Artist[源代码]

为呈现到 FigureCanvas .

互动式

Artist.add_callback 添加一个回调函数,每当 Artist 的属性更改。
Artist.format_cursor_data 返回 光标数据 字符串格式。
Artist.get_contains 返回包含艺术家使用的测试,或 None 默认情况下。
Artist.get_cursor_data 获取给定事件的光标数据。
Artist.get_picker 返回此艺术家使用的选取器对象。
Artist.mouseover
Artist.pchanged 当属性更改时激发事件,调用所有已注册的回调。
Artist.pick 进程选取事件
Artist.pickable 返回 True 如果 Artist 是可挑剔的。
Artist.remove_callback 基于其移除回调 id .
Artist.set_contains 替换此艺术家使用的包含测试。
Artist.set_picker 设置用于此艺术家选择的epsilon
Artist.contains 测试艺术家是否包含鼠标事件。

剪辑

Artist.get_clip_box 返回艺术家剪辑框
Artist.get_clip_on 返回艺术家是否使用剪辑
Artist.get_clip_path 返回艺术家剪辑路径
Artist.set_clip_box 设置艺术家的剪辑 Bbox .
Artist.set_clip_on 设置艺术家是否使用剪辑。
Artist.set_clip_path 设置艺术家的剪辑路径,可以是:

体积特性

Artist.update 从字典更新此艺术家的属性 prop .
Artist.update_from 从复制属性 其他self .
Artist.properties 为所有艺术家道具返回字典映射属性name->value
Artist.set 属性批处理设置程序。

绘图

Artist.draw 派生类绘制方法
Artist.get_animated 返回艺术家的动画状态
Artist.set_animated 设置艺术家的动画状态。
Artist.get_agg_filter 返回用于agg筛选器的筛选器函数。
Artist.get_alpha 返回用于混合的alpha值-不支持所有后端
Artist.get_snap 返回捕捉设置,可以是:
Artist.get_visible 返回艺术家的可见性
Artist.get_zorder 返回艺术家的zorder。
Artist.set_agg_filter 设置agg过滤器。
Artist.set_alpha 设置用于混合的alpha值-不支持所有后端。
Artist.set_sketch_params 设置草图参数。
Artist.set_snap 设置捕捉设置,可以是:
Artist.get_rasterized 返回是否将艺术家栅格化。
Artist.get_sketch_params 返回艺术家的草图参数。
Artist.set_path_effects 设置路径效果。
Artist.set_rasterized 在矢量后端输出中强制栅格化(位图)绘图。
Artist.zorder
Artist.set_visible 设置艺术家的可见性。
Artist.set_zorder 为艺术家设置Zorder。
Artist.get_window_extent 获取显示空间中的轴边界框。
Artist.get_path_effects
Artist.get_transformed_clip_path_and_affine 返回剪辑路径,并应用其转换的非仿射部分,以及其转换的剩余仿射部分。

图形与坐标轴

Artist.remove 如果可能的话,将艺术家从人物中移除。
Artist.axes 这个 Axes 艺术家居住的实例,或 None .
Artist.set_figure 设置 Figure 艺术家所属的实例。
Artist.get_figure 返回 Figure 艺术家所属的实例。

儿童

Artist.get_children 返回孩子的列表 Artist S这 Artist 包含。
Artist.findobj 查找艺术家对象。

变换

Artist.set_transform 设置艺术家变换。
Artist.get_transform 返回 Transform 此艺术家使用的实例。
Artist.is_transform_set 返回 True 如果 Artist 已显式设置转换。

单位

Artist.convert_xunits 对于轴中的艺术家,如果Xaxis支持单位,请转换 x 使用Xaxis单元类型
Artist.convert_yunits 对于轴中的艺术家,如果yaxis有单位支持,请转换 y 使用Yaxis单元类型
Artist.have_units 返回 True 如果单位设置在 xy 轴线

元数据

Artist.get_gid 返回组ID。
Artist.get_label 在图例中获取用于此艺术家的标签。
Artist.set_gid 设置艺术家的(组)ID。
Artist.set_label 将标签设置为 s 用于自动图例。
Artist.get_url 返回URL。
Artist.set_url 设置艺术家的URL。
Artist.aname

其他

Artist.sticky_edges xy 用于自动缩放的粘性边缘列表。
Artist.set_in_layout 设置是否将艺术家包括在布局计算中,例如
Artist.get_in_layout 返回布尔标志, True 如果布局计算中包含艺术家。
Artist.stale 如果艺术家“过时”,需要重新绘制以使输出与艺术家的内部状态匹配。

功能

allow_rasterization Artist.Draw方法的装饰器。
get 返回对象属性的值。
getp 返回对象属性的值。
setp 在艺术家对象上设置属性。
kwdoc 检查一个 Artist 类并返回有关其可设置属性及其当前值的信息。
ArtistInspector 用于检查 Artist 并返回有关其可设置属性及其当前值的信息。