Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08f2746

Browse files
committed
Fix missing reference doc
1 parent e62539c commit 08f2746

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/missing-references.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
"lib/matplotlib/collections.py:docstring of matplotlib.collections.PolyCollection:1",
159159
"lib/matplotlib/collections.py:docstring of matplotlib.collections.RegularPolyCollection:1"
160160
],
161+
"matplotlib.collections._CollectionWithWidthHeightAngle": [
162+
"doc/api/artist_api.rst:202",
163+
"doc/api/collections_api.rst:13",
164+
"lib/matplotlib/collections.py:docstring of matplotlib.collections.EllipseCollection:1",
165+
"lib/matplotlib/collections.py:docstring of matplotlib.collections.RectangleCollection:1"
166+
],
161167
"matplotlib.collections._MeshData": [
162168
"doc/api/artist_api.rst:202",
163169
"doc/api/collections_api.rst:13",
@@ -326,6 +332,19 @@
326332
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:46",
327333
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:44"
328334
],
335+
],
336+
"matplotlib.collections._CollectionWithWidthHeightAngle.set_angles": [
337+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.EllipseCollection.set:15",
338+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RectangleCollection.set:15"
339+
],
340+
"matplotlib.collections._CollectionWithWidthHeightAngle.set_heights": [
341+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.EllipseCollection.set:31",
342+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RectangleCollection.set:31"
343+
],
344+
"matplotlib.collections._CollectionWithWidthHeightAngle.set_widths": [
345+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.EllipseCollection.set:52",
346+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RectangleCollection.set:52"
347+
],
329348
"matplotlib.collections._MeshData.set_array": [
330349
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:160",
331350
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:17",

0 commit comments

Comments
 (0)