File tree Expand file tree Collapse file tree 5 files changed +118
-170
lines changed
Filter options
Expand file tree Collapse file tree 5 files changed +118
-170
lines changed
Original file line number Diff line number Diff line change 1
1
.. _artist-api :
2
2
3
- ===================
4
- `` artist `` Module
5
- ===================
3
+ ******
4
+ artist
5
+ ******
6
6
7
7
.. inheritance-diagram:: 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
8
8
:parts: 1
Original file line number Diff line number Diff line change
1
+ **************
2
+ blocking_input
3
+ **************
4
+
5
+ :mod: `matplotlib.blocking_input `
6
+ ================================
7
+
8
+ .. automodule :: matplotlib.blocking_input
9
+ :members:
10
+ :undoc-members:
11
+ :show-inheritance:
Original file line number Diff line number Diff line change 21
21
axes_api.rst
22
22
axis_api.rst
23
23
index_backend_api.rst
24
+ blocking_input_api.rst
24
25
cbook_api.rst
25
26
cm_api.rst
26
27
collections_api.rst
Original file line number Diff line number Diff line change 1
- ==============================
2
- Working with transformations
3
- ==============================
1
+ ***************
2
+ transformations
3
+ ***************
4
4
5
5
.. inheritance-diagram :: matplotlib.transforms matplotlib.path
6
6
:parts: 1
You can’t perform that action at this time.
0 commit comments