8000 DOC: Document _CollectionWithSizes · matplotlib/matplotlib@d268cc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d268cc8

Browse files
committed
DOC: Document _CollectionWithSizes
This is needed to get `_CollectionWithSizes.set_sizes` documented so that it can be referenced. Alternative approach to #29560.
1 parent 46ea8f0 commit d268cc8

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

doc/api/collections_api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
:undoc-members:
1212
:show-inheritance:
1313
:inherited-members:
14+
15+
.. autoclass:: _CollectionWithSizes

doc/missing-references.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -143,38 +143,6 @@
143143
]
144144
},
145145
"py:meth": {
146-
"matplotlib.collections._CollectionWithSizes.set_sizes": [
147-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:180",
148-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:85",
149-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:122",
150-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:122",
151-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:218",
152-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:187",
153-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:256",
154-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.scatter:174",
155-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:45",
156-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:45",
157-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:46",
158-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:45",
159-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:45",
160-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:45",
161-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:45",
162-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:45",
163-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:180",
164-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:85",
165-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:122",
166-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:122",
167-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:218",
168-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:187",
169-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:256",
170-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.scatter:174",
171-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:46",
172-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:46",
173-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:213",
174-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:292",
175-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:47",
176-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:46"
177-
],
178146
"matplotlib.collections._MeshData.set_array": [
179147
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:168",
180148
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:17",

0 commit comments

Comments
 (0)
0