Skip to content

Commit 74ab57b

Browse files
committed
[DOC] Update missing-references.json
Problems were introduced by #28048, specifically relating to set_sizes. I simply ran with the flag to regenerate, so more changes were made, which I do not fully understand why they were not problematic earlier.
1 parent 3f2cc0b commit 74ab57b

File tree

1 file changed

+43
-71
lines changed

1 file changed

+43
-71
lines changed

doc/missing-references.json

Lines changed: 43 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"py:attr": {
33
"cbar_axes": [
4-
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:72",
5-
"lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:72"
4+
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:72"
65
],
76
"eventson": [
87
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.CheckButtons.set_active:4",
@@ -36,37 +35,33 @@
3635
"lib/matplotlib/colorbar.py:docstring of matplotlib.colorbar.Colorbar.add_lines:4"
3736
],
3837
"matplotlib.axes.Axes.patch": [
39-
"doc/tutorials/artists.rst:185",
40-
"doc/tutorials/artists.rst:424"
38+
"doc/tutorials/artists.rst:188",
39+
"doc/tutorials/artists.rst:427"
4140
],
4241
"matplotlib.axes.Axes.patches": [
43-
"doc/tutorials/artists.rst:462"
42+
"doc/tutorials/artists.rst:465"
4443
],
4544
"matplotlib.axes.Axes.transAxes": [
4645
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows:8"
4746
],
4847
"matplotlib.axes.Axes.transData": [
4948
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredAuxTransformBox:11",
50-
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredEllipse:33",
5149
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredSizeBar:8"
5250
],
5351
"matplotlib.axes.Axes.xaxis": [
54-
"doc/tutorials/artists.rst:608",
52+
"doc/tutorials/artists.rst:611",
5553
"doc/users/explain/axes/axes_intro.rst:133"
5654
],
5755
"matplotlib.axes.Axes.yaxis": [
58-
"doc/tutorials/artists.rst:608",
56+
"doc/tutorials/artists.rst:611",
5957
"doc/users/explain/axes/axes_intro.rst:133"
6058
],
61-
"matplotlib.axis.Axis.label": [
62-
"doc/tutorials/artists.rst:655"
63-
],
6459
"matplotlib.figure.Figure.patch": [
65-
"doc/tutorials/artists.rst:185",
66-
"doc/tutorials/artists.rst:318"
60+
"doc/tutorials/artists.rst:188",
61+
"doc/tutorials/artists.rst:321"
6762
],
6863
"matplotlib.figure.Figure.transFigure": [
69-
"doc/tutorials/artists.rst:367"
64+
"doc/tutorials/artists.rst:370"
7065
],
7166
"max": [
7267
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.p1:4"
@@ -101,9 +96,6 @@
10196
"triangulation": [
10297
"lib/matplotlib/tri/_trirefine.py:docstring of matplotlib.tri._trirefine.UniformTriRefiner.refine_triangulation:2"
10398
],
104-
"use_sticky_edges": [
105-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.margins:59"
106-
],
10799
"width": [
108100
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.bounds:2"
109101
],
@@ -128,13 +120,13 @@
128120
"doc/api/artist_api.rst:202"
129121
],
130122
"matplotlib.backend_bases.FigureCanvas": [
131-
"doc/tutorials/artists.rst:33",
132-
"doc/tutorials/artists.rst:35",
133-
"doc/tutorials/artists.rst:40"
123+
"doc/tutorials/artists.rst:36",
124+
"doc/tutorials/artists.rst:38",
125+
"doc/tutorials/artists.rst:43"
134126
],
135127
"matplotlib.backend_bases.Renderer": [
136-
"doc/tutorials/artists.rst:35",
137-
"doc/tutorials/artists.rst:40"
128+
"doc/tutorials/artists.rst:38",
129+
"doc/tutorials/artists.rst:43"
138130
],
139131
"matplotlib.backend_bases._Backend": [
140132
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ShowBase:1"
@@ -302,34 +294,34 @@
302294
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
303295
],
304296
"matplotlib.collections._CollectionWithSizes.set_sizes": [
305-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:179",
306-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:84",
307-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:121",
308-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:121",
309-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:217",
310-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:186",
311-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:255",
312-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:44",
313-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:44",
314-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:44",
315-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:44",
316-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:44",
317-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:44",
318-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:44",
319-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:45",
320-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:179",
321-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:84",
322-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:121",
323-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:121",
324-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:217",
325-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:186",
326-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:255",
327-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:45",
328-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:45",
329-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:212",
330-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:291",
331-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:46",
332-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:45"
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/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:45",
305+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:45",
306+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:46",
307+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:45",
308+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:45",
309+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:45",
310+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:45",
311+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:45",
312+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:180",
313+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:85",
314+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:122",
315+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:122",
316+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:218",
317+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:187",
318+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:256",
319+
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:46",
320+
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:46",
321+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:213",
322+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:292",
323+
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:47",
324+
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:46"
333325
],
334326
"matplotlib.collections._MeshData.set_array": [
335327
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:168",
@@ -342,10 +334,6 @@
342334
"Artist.stale_callback": [
343335
"doc/users/explain/figure/interactive_guide.rst:323"
344336
],
345-
"AxesBase": [
346-
"doc/api/axes_api.rst:448:<autosummary>:1",
347-
"lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.add_child_axes:2"
348-
],
349337
"Figure.stale_callback": [
350338
"doc/users/explain/figure/interactive_guide.rst:333"
351339
],
@@ -359,8 +347,7 @@
359347
"doc/users/explain/figure/event_handling.rst:285"
360348
],
361349
"Size.from_any": [
362-
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87",
363-
"lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:87"
350+
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87"
364351
],
365352
"Timer": [
366353
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.FigureCanvasBase.new_timer:2",
@@ -391,16 +378,8 @@
391378
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.AxesWidget:21"
392379
],
393380
"ax.transAxes": [
394-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.indicate_inset:19",
395381
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.inset_axes:11"
396382
],
397-
"axes.bbox": [
398-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146",
399-
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147",
400-
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105",
401-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147",
402-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146"
403-
],
404383
"can_composite": [
405384
"lib/matplotlib/image.py:docstring of matplotlib.image.composite_images:9"
406385
],
@@ -410,13 +389,6 @@
410389
"draw_image": [
411390
"lib/matplotlib/backends/backend_agg.py:docstring of matplotlib.backends.backend_agg.RendererAgg.option_scale_image:2"
412391
],
413-
"figure.bbox": [
414-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146",
415-
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147",
416-
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105",
417-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147",
418-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146"
419-
],
420392
"fmt_xdata": [
421393
"lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.format_xdata:4"
422394
],

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy