Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd5d651

Browse filesBrowse files
committed
Merge remote-tracking branch 'origin/v3.2.x'
Conflicts: doc/missing-references.json - regenerated lib/matplotlib/animation.py - kept master version, small and big fixes to writer selection fallback lib/matplotlib/backends/backend_ps.py - whitespace lib/matplotlib/backends/backend_wx.py - kept master branch version (removed redundent gc fetch) lib/matplotlib/tests/test_backends_interactive.py - kept master version (tweaks to how we skip broken backends) lib/matplotlib/tests/test_collections.py - kept newly added test on master lib/matplotlib/tests/test_gridspec.py - kept newly added assert on master lib/matplotlib/tests/test_pyplot.py - kept newly added tests on master lib/matplotlib/tests/test_usetex.py - kept newly added test on master lib/matplotlib/texmanager.py - kept master branch state, due to partial backport of changes lib/matplotlib/ticker.py - do not revive removed deprecated accessor
2 parents 9575c76 + 6e3b540 commit dd5d651
Copy full SHA for dd5d651

File tree

Expand file treeCollapse file tree

1 file changed

+39
-33
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+39
-33
lines changed

‎doc/missing-references.json

Copy file name to clipboardExpand all lines: doc/missing-references.json
+39-33Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@
201201
],
202202
"matplotlib.axes._axes.Axes": [
203203
"doc/api/artist_api.rst:189",
204-
"doc/api/axes_api.rst:686",
204+
"doc/api/axes_api.rst:689",
205205
"lib/matplotlib/projections/polar.py:docstring of matplotlib.projections.polar.PolarAxes:1",
206206
"lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:1",
207207
"lib/mpl_toolkits/axisartist/axislines.py:docstring of mpl_toolkits.axisartist.axislines.Axes:1",
208208
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D:1"
209209
],
210210
"matplotlib.axes._base._AxesBase": [
211211
"doc/api/artist_api.rst:189",
212-
"doc/api/axes_api.rst:686",
212+
"doc/api/axes_api.rst:689",
213213
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:1"
214214
],
215215
"matplotlib.backend_bases.FigureCanvas": [
@@ -460,18 +460,20 @@
460460
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.NavigationToolbar2:17"
461461
],
462462
"_iter_collection": [
463-
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.RendererBase.draw_path_collection:10",
464-
"lib/matplotlib/backends/backend_pdf.py:docstring of matplotlib.backends.backend_pdf.RendererPdf.draw_path_collection:10",
465-
"lib/matplotlib/backends/backend_ps.py:docstring of matplotlib.backends.backend_ps.RendererPS.draw_path_collection:10",
466-
"lib/matplotlib/backends/backend_svg.py:docstring of matplotlib.backends.backend_svg.RendererSVG.draw_path_collection:10",
467-
"lib/matplotlib/patheffects.py:docstring of matplotlib.patheffects.PathEffectRenderer.draw_path_collection:10"
463+
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.RendererBase.draw_path_collection:12",
464+
"lib/matplotlib/backends/backend_agg.py:docstring of matplotlib.backends.backend_agg.RendererAgg.draw_path_collection:12",
465+
"lib/matplotlib/backends/backend_pdf.py:docstring of matplotlib.backends.backend_pdf.RendererPdf.draw_path_collection:12",
466+
"lib/matplotlib/backends/backend_ps.py:docstring of matplotlib.backends.backend_ps.RendererPS.draw_path_collection:12",
467+
"lib/matplotlib/backends/backend_svg.py:docstring of matplotlib.backends.backend_svg.RendererSVG.draw_path_collection:12",
468+
"lib/matplotlib/patheffects.py:docstring of matplotlib.patheffects.PathEffectRenderer.draw_path_collection:12"
468469
],
469470
"_iter_collection_raw_paths": [
470-
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.RendererBase.draw_path_collection:10",
471-
"lib/matplotlib/backends/backend_pdf.py:docstring of matplotlib.backends.backend_pdf.RendererPdf.draw_path_collection:10",
472-
"lib/matplotlib/backends/backend_ps.py:docstring of matplotlib.backends.backend_ps.RendererPS.draw_path_collection:10",
473-
"lib/matplotlib/backends/backend_svg.py:docstring of matplotlib.backends.backend_svg.RendererSVG.draw_path_collection:10",
474-
"lib/matplotlib/patheffects.py:docstring of matplotlib.patheffects.PathEffectRenderer.draw_path_collection:10"
471+
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.RendererBase.draw_path_collection:12",
472+
"lib/matplotlib/backends/backend_agg.py:docstring of matplotlib.backends.backend_agg.RendererAgg.draw_path_collection:12",
473+
"lib/matplotlib/backends/backend_pdf.py:docstring of matplotlib.backends.backend_pdf.RendererPdf.draw_path_collection:12",
474+
"lib/matplotlib/backends/backend_ps.py:docstring of matplotlib.backends.backend_ps.RendererPS.draw_path_collection:12",
475+
"lib/matplotlib/backends/backend_svg.py:docstring of matplotlib.backends.backend_svg.RendererSVG.draw_path_collection:12",
476+
"lib/matplotlib/patheffects.py:docstring of matplotlib.patheffects.PathEffectRenderer.draw_path_collection:12"
475477
],
476478
"_make_barbs": [
477479
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
@@ -610,7 +612,7 @@
610612
"lib/matplotlib/axes/_base.py:docstring of matplotlib.axes.Axes.add_child_axes:2"
611613
],
612614
"Axis._update_ticks": [
613-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1066"
615+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1067"
614616
],
615617
"Axis.get_inverted": [
616618
"doc/users/prev_whats_new/whats_new_3.1.0.rst:241",
@@ -654,8 +656,8 @@
654656
"doc/devel/MEP/MEP23.rst:87"
655657
],
656658
"Formatter.__call__": [
657-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1115",
658-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1121"
659+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1116",
660+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1122"
659661
],
660662
"GaussianKDE": [
661663
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.violinplot:46",
@@ -701,7 +703,7 @@
701703
"doc/devel/MEP/MEP23.rst:93"
702704
],
703705
"NavigationToolbar2QT.adj_window": [
704-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:961"
706+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:962"
705707
],
706708
"PolyCollection.get_offset": [
707709
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.hexbin:71",
@@ -810,13 +812,13 @@
810812
"doc/users/prev_whats_new/whats_new_3.0.rst:111"
811813
],
812814
"axes3d.Axes3D.xaxis": [
813-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:933"
815+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:934"
814816
],
815817
"axes3d.Axes3D.yaxis": [
816-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:933"
818+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:934"
817819
],
818820
"axes3d.Axes3D.zaxis": [
819-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:933"
821+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:934"
820822
],
821823
"axis.Axis.get_ticks_position": [
822824
"doc/api/prev_api_changes/api_changes_3.1.0.rst:821"
@@ -834,16 +836,16 @@
834836
"lib/matplotlib/backend_tools.py:docstring of matplotlib.backend_tools.add_tools_to_container:8"
835837
],
836838
"backend_gtk3.FileChooserDialog": [
837-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:958"
839+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:959"
838840
],
839841
"backend_gtk3.NavigationToolbar2GTK3.get_filechooser": [
840-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:959"
842+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:960"
841843
],
842844
"backend_gtk3.SaveFigureGTK3.get_filechooser": [
843-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:960"
845+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:961"
844846
],
845847
"backend_wx.IDLE_DELAY": [
846-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:962"
848+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:963"
847849
],
848850
"barstacked": [
849851
"doc/users/prev_whats_new/whats_new_1.2.rst:177"
@@ -855,7 +857,7 @@
855857
"doc/api/prev_api_changes/api_changes_3.1.0.rst:793"
856858
],
857859
"bezier.find_r_to_boundary_of_closedpath": [
858-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1018",
860+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1019",
859861
"doc/api/prev_api_changes/api_changes_3.1.0.rst:793"
860862
],
861863
"bezier.split_bezier_intersecting_with_closedpath": [
@@ -884,7 +886,7 @@
884886
"doc/devel/contributing.rst:542"
885887
],
886888
"cbook.deprecated": [
887-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1073",
889+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1074",
888890
"doc/api/prev_api_changes/api_changes_3.1.0.rst:766"
889891
],
890892
"cbook.warn_deprecated": [
@@ -1361,13 +1363,13 @@
13611363
"lib/matplotlib/tri/tricontour.py:docstring of matplotlib.axes.Axes.tricontourf:57"
13621364
],
13631365
"matplotlib.dates.rrulewrapper": [
1364-
"lib/matplotlib/dates.py:docstring of matplotlib.dates:103"
1366+
"lib/matplotlib/dates.py:docstring of matplotlib.dates:121"
13651367
],
13661368
"matplotlib.docstring.dedent_interpd": [
1367-
"doc/devel/documenting_mpl.rst:663"
1369+
"doc/devel/documenting_mpl.rst:679"
13681370
],
13691371
"matplotlib.patches.Patch.__init__": [
1370-
"doc/devel/documenting_mpl.rst:696"
1372+
"doc/devel/documenting_mpl.rst:712"
13711373
],
13721374
"matplotlib.sphinxext.mathmpl": [
13731375
"doc/users/prev_whats_new/whats_new_3.0.rst:225"
@@ -1386,7 +1388,7 @@
13861388
"doc/api/prev_api_changes/api_changes_3.1.0.rst:771"
13871389
],
13881390
"matplotlib.testing.conftest.mpl_test_settings": [
1389-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:941"
1391+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:942"
13901392
],
13911393
"move_canvas": [
13921394
"doc/devel/MEP/MEP23.rst:65"
@@ -1414,9 +1416,13 @@
14141416
"doc/faq/howto_faq.rst:21",
14151417
"doc/gallery/recipes/common_date_problems.rst:36",
14161418
"doc/gallery/text_labels_and_annotations/date.rst:20",
1417-
"doc/tutorials/text/text_intro.rst:582",
1419+
"doc/gallery/ticks_and_spines/date_precision_and_epochs.rst:16",
1420+
"doc/gallery/ticks_and_spines/date_precision_and_epochs.rst:190",
1421+
"doc/tutorials/text/text_intro.rst:581",
14181422
"doc/users/prev_whats_new/whats_new_2.2.rst:155",
1419-
"lib/matplotlib/dates.py:docstring of matplotlib.dates.date2num:8"
1423+
"lib/matplotlib/dates.py:docstring of matplotlib.dates.date2num:8",
1424+
"lib/matplotlib/dates.py:docstring of matplotlib.dates.get_epoch:9",
1425+
"lib/matplotlib/dates.py:docstring of matplotlib.dates.set_epoch:19"
14201426
],
14211427
"numpy.max": [
14221428
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.hexbin:125",
@@ -1442,7 +1448,7 @@
14421448
"doc/devel/MEP/MEP23.rst:63"
14431449
],
14441450
"rrulewrapper": [
1445-
"lib/matplotlib/dates.py:docstring of matplotlib.dates:103"
1451+
"lib/matplotlib/dates.py:docstring of matplotlib.dates:121"
14461452
],
14471453
"scipy.stats.norm.pdf": [
14481454
"doc/api/prev_api_changes/api_changes_3.1.0.rst:565",
@@ -1540,4 +1546,4 @@
15401546
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_ylim3d:24"
15411547
]
15421548
}
1543-
}
1549+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.