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

Skip to content

Commit 329da86

Browse files
authored
Merge pull request #19022 from anntzer/eh
Update event handling docs.
2 parents 0fc0e1d + be7abe7 commit 329da86

File tree

2 files changed

+144
-184
lines changed

2 files changed

+144
-184
lines changed

doc/missing-references.json

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@
7070
"doc/api/prev_api_changes/api_changes_0.98.x.rst:89"
7171
],
7272
"matplotlib.axes.Axes.lines": [
73-
"doc/tutorials/intermediate/artists.rst:427",
74-
"doc/tutorials/intermediate/artists.rst:92"
73+
"doc/tutorials/intermediate/artists.rst:425",
74+
"doc/tutorials/intermediate/artists.rst:91"
7575
],
7676
"matplotlib.axes.Axes.patch": [
7777
"doc/api/prev_api_changes/api_changes_0.98.x.rst:89",
78-
"doc/tutorials/intermediate/artists.rst:175",
79-
"doc/tutorials/intermediate/artists.rst:411"
78+
"doc/tutorials/intermediate/artists.rst:174",
79+
"doc/tutorials/intermediate/artists.rst:409"
8080
],
8181
"matplotlib.axes.Axes.patches": [
82-
"doc/tutorials/intermediate/artists.rst:450"
82+
"doc/tutorials/intermediate/artists.rst:448"
8383
],
8484
"matplotlib.axes.Axes.transAxes": [
8585
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows.__init__:8",
@@ -97,13 +97,13 @@
9797
"doc/api/prev_api_changes/api_changes_0.99.x.rst:23"
9898
],
9999
"matplotlib.axes.Axes.xaxis": [
100-
"doc/tutorials/intermediate/artists.rst:594"
100+
"doc/tutorials/intermediate/artists.rst:593"
101101
],
102102
"matplotlib.axes.Axes.yaxis": [
103-
"doc/tutorials/intermediate/artists.rst:594"
103+
"doc/tutorials/intermediate/artists.rst:593"
104104
],
105105
"matplotlib.axis.Axis.label": [
106-
"doc/tutorials/intermediate/artists.rst:641"
106+
"doc/tutorials/intermediate/artists.rst:640"
107107
],
108108
"matplotlib.cm.ScalarMappable.callbacksSM": [
109109
"doc/api/prev_api_changes/api_changes_0.98.0.rst:10"
@@ -116,11 +116,11 @@
116116
],
117117
"matplotlib.figure.Figure.patch": [
118118
"doc/api/prev_api_changes/api_changes_0.98.x.rst:89",
119-
"doc/tutorials/intermediate/artists.rst:175",
120-
"doc/tutorials/intermediate/artists.rst:308"
119+
"doc/tutorials/intermediate/artists.rst:174",
120+
"doc/tutorials/intermediate/artists.rst:307"
121121
],
122122
"matplotlib.figure.Figure.transFigure": [
123-
"doc/tutorials/intermediate/artists.rst:357"
123+
"doc/tutorials/intermediate/artists.rst:356"
124124
],
125125
"max": [
126126
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.p1:4"
@@ -246,8 +246,8 @@
246246
"doc/api/mathtext_api.rst:12"
247247
],
248248
"matplotlib.axes.Subplot": [
249-
"doc/tutorials/intermediate/artists.rst:36",
250-
"doc/tutorials/intermediate/artists.rst:59"
249+
"doc/tutorials/intermediate/artists.rst:35",
250+
"doc/tutorials/intermediate/artists.rst:58"
251251
],
252252
"matplotlib.axes._axes.Axes": [
253253
"doc/api/artist_api.rst:189",
@@ -265,11 +265,11 @@
265265
"matplotlib.backend_bases.FigureCanvas": [
266266
"doc/tutorials/intermediate/artists.rst:20",
267267
"doc/tutorials/intermediate/artists.rst:22",
268-
"doc/tutorials/intermediate/artists.rst:28"
268+
"doc/tutorials/intermediate/artists.rst:27"
269269
],
270270
"matplotlib.backend_bases.Renderer": [
271271
"doc/tutorials/intermediate/artists.rst:22",
272-
"doc/tutorials/intermediate/artists.rst:28"
272+
"doc/tutorials/intermediate/artists.rst:27"
273273
],
274274
"matplotlib.backend_bases._Backend": [
275275
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ShowBase:1"
@@ -502,6 +502,8 @@
502502
"matplotlib.axes.Axes.transAxes": [
503503
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.legend:219",
504504
"lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.legend:220",
505+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:220",
506+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.SubFigure.legend:220",
505507
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:178",
506508
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:220",
507509
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:219"
@@ -581,12 +583,6 @@
581583
"matplotlib.dates.MicrosecondLocator.__call__": [
582584
"doc/api/prev_api_changes/api_changes_1.5.0.rst:122"
583585
],
584-
"matplotlib.lines.Line2D.pick": [
585-
"doc/users/event_handling.rst:480"
586-
],
587-
"matplotlib.patches.Rectangle.contains": [
588-
"doc/users/event_handling.rst:164"
589-
],
590586
"option_scale_image": [
591587
"lib/matplotlib/backends/backend_cairo.py:docstring of matplotlib.backends.backend_cairo.RendererCairo.draw_image:22",
592588
"lib/matplotlib/backends/backend_pdf.py:docstring of matplotlib.backends.backend_pdf.RendererPdf.draw_image:22",
@@ -723,6 +719,9 @@
723719
"ImageComparisonTest": [
724720
"doc/api/prev_api_changes/api_changes_3.1.0.rst:706"
725721
],
722+
"Line2D.pick": [
723+
"doc/users/event_handling.rst:438"
724+
],
726725
"MicrosecondLocator.__call__": [
727726
"doc/api/prev_api_changes/api_changes_1.5.0.rst:119"
728727
],
@@ -748,6 +747,9 @@
748747
"Quiver.pivot": [
749748
"doc/api/prev_api_changes/api_changes_1.5.0.rst:44"
750749
],
750+
"Rectangle.contains": [
751+
"doc/users/event_handling.rst:150"
752+
],
751753
"Size.from_any": [
752754
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid.__init__:61",
753755
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:61",
@@ -786,7 +788,7 @@
786788
],
787789
"autoscale_view": [
788790
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.autoscale:19",
789-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.plot:121"
791+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.plot:128"
790792
],
791793
"ax.transAxes": [
792794
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.indicate_inset:19",
@@ -798,6 +800,8 @@
798800
"axes.bbox": [
799801
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.legend:128",
800802
"lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.legend:129",
803+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:129",
804+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.SubFigure.legend:129",
801805
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:87",
802806
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:129",
803807
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:128"
@@ -844,6 +848,8 @@
844848
"figure.bbox": [
845849
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.legend:128",
846850
"lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.legend:129",
851+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:129",
852+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.SubFigure.legend:129",
847853
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:87",
848854
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:129",
849855
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:128"

0 commit comments

Comments
 (0)