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

Skip to content

Commit c8d7b85

Browse files
committed
Try fixing missing references
1 parent 018a748 commit c8d7b85

File tree

1 file changed

+30
-61
lines changed

1 file changed

+30
-61
lines changed

doc/missing-references.json

Lines changed: 30 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
"lines": [
3535
"lib/matplotlib/colorbar.py:docstring of matplotlib.colorbar.Colorbar.add_lines:4"
3636
],
37-
"matplotlib.axes.Axes.patch": [
38-
"doc/tutorials/artists.rst:185",
39-
"doc/tutorials/artists.rst:424"
40-
],
41-
"matplotlib.axes.Axes.patches": [
42-
"doc/tutorials/artists.rst:462"
43-
],
4437
"matplotlib.axes.Axes.transAxes": [
4538
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows:8"
4639
],
@@ -49,20 +42,11 @@
4942
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredSizeBar:8"
5043
],
5144
"matplotlib.axes.Axes.xaxis": [
52-
"doc/tutorials/artists.rst:608",
5345
"doc/users/explain/axes/axes_intro.rst:133"
5446
],
5547
"matplotlib.axes.Axes.yaxis": [
56-
"doc/tutorials/artists.rst:608",
5748
"doc/users/explain/axes/axes_intro.rst:133"
5849
],
59-
"matplotlib.figure.Figure.patch": [
60-
"doc/tutorials/artists.rst:185",
61-
"doc/tutorials/artists.rst:318"
62-
],
63-
"matplotlib.figure.Figure.transFigure": [
64-
"doc/tutorials/artists.rst:367"
65-
],
6650
"max": [
6751
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.p1:4"
6852
],
@@ -119,15 +103,6 @@
119103
"matplotlib.axes._base._AxesBase": [
120104
"doc/api/artist_api.rst:202"
121105
],
122-
"matplotlib.backend_bases.FigureCanvas": [
123-
"doc/tutorials/artists.rst:33",
124-
"doc/tutorials/artists.rst:35",
125-
"doc/tutorials/artists.rst:40"
126-
],
127-
"matplotlib.backend_bases.Renderer": [
128-
"doc/tutorials/artists.rst:35",
129-
"doc/tutorials/artists.rst:40"
130-
],
131106
"matplotlib.backend_bases._Backend": [
132107
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ShowBase:1"
133108
],
@@ -294,36 +269,36 @@
294269
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
295270
],
296271
"matplotlib.collections._CollectionWithSizes.set_sizes": [
297-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:180",
298-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:85",
299-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:122",
300-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:122",
301-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:218",
302-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:187",
303-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:256",
304-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.scatter:174",
305-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:45",
306-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:45",
307-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:46",
308-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:45",
309-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:45",
310-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:45",
311-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:45",
312-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:45",
313-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:180",
314-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:85",
315-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:122",
316-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:122",
317-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:218",
318-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:187",
319-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:256",
320-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.scatter:174",
321-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:46",
322-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:46",
323-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:213",
324-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:292",
325-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:47",
326-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:46"
272+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:181",
273+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:86",
274+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:123",
275+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:123",
276+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:219",
277+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:188",
278+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:257",
279+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.scatter:175",
280+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:46",
281+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:46",
282+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:47",
283+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:46",
284+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:46",
285+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:46",
286+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:46",
287+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:46",
288+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:181",
289+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:86",
290+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:123",
291+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:123",
292+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:219",
293+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:188",
294+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:257",
295+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.scatter:175",
296+
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:47",
297+
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:47",
298+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:214",
299+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:293",
300+
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:48",
301+
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:47"
327302
],
328303
"matplotlib.collections._MeshData.set_array": [
329304
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:168",
@@ -342,12 +317,6 @@
342317
"Image": [
343318
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.gci:4"
344319
],
345-
"Line2D.pick": [
346-
"doc/users/explain/figure/event_handling.rst:571"
347-
],
348-
"Rectangle.contains": [
349-
"doc/users/explain/figure/event_handling.rst:285"
350-
],
351320
"Size.from_any": [
352321
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87"
353322
],

0 commit comments

Comments
 (0)