From 2a344ee127ab74cc1073772cff56b2f336251515 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 11 Aug 2019 21:08:30 -0400 Subject: [PATCH 1/5] DOC: update the nitpicky allowed missing --- doc/conf.py | 2 + doc/missing-references.json | 420 +++++++++++++++++++++++++++++++++--- 2 files changed, 394 insertions(+), 28 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index df84be3d7760..2e00c8ca1511 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -101,6 +101,8 @@ def _check_dependencies(): autodoc_default_options = {'members': None, 'undoc-members': None} nitpicky = True +# change this to True to update the allowed failures +missing_references_write_json = False intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), diff --git a/doc/missing-references.json b/doc/missing-references.json index de3ff941fabf..c5580682f9de 100644 --- a/doc/missing-references.json +++ b/doc/missing-references.json @@ -373,10 +373,10 @@ "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contourf:133" ], "P_{xy}": [ - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.csd:167", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.csd:168", "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.csd:89", "lib/matplotlib/mlab.py:docstring of matplotlib.mlab.csd:79", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.csd:167", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.csd:168", "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.csd:89" ], "Lines2D": [ @@ -669,7 +669,6 @@ "doc/gallery/animation/animated_histogram.rst:112", "doc/gallery/statistics/errorbars_and_boxes.rst:21", "doc/users/prev_whats_new/whats_new_1.5.rst:514", - "lib/matplotlib/colorbar.py:docstring of matplotlib.colorbar.ColorbarBase:38", "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.delaxes:2", "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.plotting:33" ], @@ -778,8 +777,8 @@ "lib/mpl_toolkits/axes_grid1/axes_size.py:docstring of mpl_toolkits.axes_grid1.axes_size:1" ], "axes_class": [ - "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:146", - "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:138" + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:147", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:139" ], "pyplot.gcf()": [ "lib/mpl_toolkits/axes_grid1/parasite_axes.py:docstring of mpl_toolkits.axes_grid1.parasite_axes.host_axes:8", @@ -1371,10 +1370,6 @@ "draw_gouraud_triangle": [ "lib/matplotlib/collections.py:docstring of matplotlib.collections.QuadMesh.convert_xunits:4" ], - "LineCollection": [ - "lib/matplotlib/colorbar.py:docstring of matplotlib.colorbar.ColorbarBase:41", - "lib/matplotlib/container.py:docstring of matplotlib.container.StemContainer:40" - ], "#rrggbb": [ "lib/matplotlib/colors.py:docstring of matplotlib.colors:30" ], @@ -1386,6 +1381,9 @@ "doc/tutorials/colors/colors.rst:32", "lib/matplotlib/colors.py:docstring of matplotlib.colors:54" ], + "LineCollection": [ + "lib/matplotlib/container.py:docstring of matplotlib.container.StemContainer:40" + ], "axes.Axes.contour": [ "lib/matplotlib/contour.py:docstring of matplotlib.contour.ContourSet:112", "lib/matplotlib/contour.py:docstring of matplotlib.contour.QuadContourSet:77" @@ -2511,11 +2509,11 @@ ], "GTK3Agg": [ "doc/api/prev_api_changes/api_changes_2.2.0.rst:285", - "doc/tutorials/introductory/usage.rst:561" + "doc/tutorials/introductory/usage.rst:579" ], "GTK3Cairo": [ "doc/api/prev_api_changes/api_changes_2.2.0.rst:285", - "doc/tutorials/introductory/usage.rst:561" + "doc/tutorials/introductory/usage.rst:579" ], "Text.set_text": [ "doc/api/prev_api_changes/api_changes_3.0.0.rst:64", @@ -3003,7 +3001,7 @@ ], "GTK3": [ "doc/devel/MEP/MEP23.rst:54", - "doc/tutorials/introductory/usage.rst:561", + "doc/tutorials/introductory/usage.rst:579", "doc/users/prev_whats_new/whats_new_1.5.rst:620" ], "add_canvas": [ @@ -3228,9 +3226,6 @@ "set_color": [ "doc/faq/howto_faq.rst:45" ], - "https://virtualenv.pypa.io/": [ - "doc/faq/virtualenv_faq.rst:54" - ], "Patch": [ "doc/gallery/animation/animated_histogram.rst:112", "doc/users/prev_whats_new/whats_new_1.5.rst:321", @@ -3254,7 +3249,8 @@ "doc/gallery/axisartist/demo_floating_axes.rst:18" ], "LinearSegmentedColormap": [ - "doc/gallery/color/custom_cmap.rst:17" + "doc/gallery/color/custom_cmap.rst:17", + "doc/tutorials/colors/colormap-manipulation.rst:181" ], "text.Text": [ "doc/gallery/images_contours_and_fields/demo_bboximage.rst:14" @@ -3433,6 +3429,12 @@ "fig.dpi_scale_trans": [ "doc/tutorials/advanced/transforms_tutorial.rst:521" ], + "ListedColormap": [ + "doc/tutorials/colors/colormap-manipulation.rst:93" + ], + "LinearSegmentedColormap.from_list": [ + "doc/tutorials/colors/colormap-manipulation.rst:474" + ], "vmin=-vmax": [ "doc/tutorials/colors/colormapnorms.rst:95" ], @@ -3475,27 +3477,36 @@ "doc/tutorials/introductory/usage.rst:176" ], "QT_API": [ - "doc/tutorials/introductory/usage.rst:567" + "doc/tutorials/introductory/usage.rst:585" ], "pyqt": [ - "doc/tutorials/introductory/usage.rst:567" + "doc/tutorials/introductory/usage.rst:585" ], "pyside": [ - "doc/tutorials/introductory/usage.rst:567" + "doc/tutorials/introductory/usage.rst:585" ], "PyQt4": [ - "doc/tutorials/introductory/usage.rst:567", - "doc/tutorials/introductory/usage.rst:570" + "doc/tutorials/introductory/usage.rst:585", + "doc/tutorials/introductory/usage.rst:588" ], "PySide": [ - "doc/tutorials/introductory/usage.rst:567", - "doc/tutorials/introductory/usage.rst:570" + "doc/tutorials/introductory/usage.rst:585", + "doc/tutorials/introductory/usage.rst:588" + ], + "name.of.the.backend": [ + "doc/tutorials/introductory/usage.rst:594" + ], + "module://name.of.the.backend": [ + "doc/tutorials/introductory/usage.rst:594" + ], + "matplotlib.use('module://name.of.the.backend')": [ + "doc/tutorials/introductory/usage.rst:594" ], "macosx": [ - "doc/tutorials/introductory/usage.rst:639" + "doc/tutorials/introductory/usage.rst:663" ], "loc='best'": [ - "doc/tutorials/introductory/usage.rst:845" + "doc/tutorials/introductory/usage.rst:869" ], "matplotlib.Axes.annotate": [ "doc/tutorials/text/annotations.rst:88" @@ -4097,6 +4108,356 @@ "subplot2grid": [ "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure:71" ], + "matplotlib.axes._base._AxesBase.set_adjustable": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:64", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:58", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:76", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:15", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:71", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:72", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:80", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:67", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:31" + ], + "matplotlib.axes._base._AxesBase.set_anchor": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:67", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:61", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:79", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:18", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:74", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:75", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:83", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:70", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:34" + ], + "matplotlib.axes._base._AxesBase.set_aspect": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:69", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:63", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:81", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:20", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:76", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:77", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:85", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:72", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:36" + ], + "matplotlib.axes._base._AxesBase.set_autoscale_on": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:70", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:64", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:82", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:21", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:77", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:78", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:86", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:73", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:37" + ], + "matplotlib.axes._base._AxesBase.set_autoscalex_on": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:71", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:65", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:83", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:22", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:78", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:79", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:87", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:74", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:38" + ], + "matplotlib.axes._base._AxesBase.set_autoscaley_on": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:72", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:66", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:84", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:23", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:79", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:80", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:88", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:75", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:39" + ], + "matplotlib.axes._base._AxesBase.set_axes_locator": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:73", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:67", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:85", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:24", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:80", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:81", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:89", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:76", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:40" + ], + "matplotlib.axes._base._AxesBase.set_axisbelow": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:74", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:68", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:86", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:25", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:81", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:82", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:90", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:77", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:41" + ], + "matplotlib.axes._base._AxesBase.set_facecolor": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:79", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:80", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:73", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:74", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:91", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:92", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:30", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:31", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:86", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:87", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:87", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:88", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:95", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:96", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:82", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:83", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:46", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:47" + ], + "matplotlib.axes._base._AxesBase.set_figure": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:81", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:75", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:93", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:32", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:88", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:89", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:97", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:84", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:48" + ], + "matplotlib.axes._base._AxesBase.set_frame_on": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:82", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:76", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:94", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:33", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:89", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:90", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:98", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:85", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:49" + ], + "matplotlib.axes._base._AxesBase.set_navigate": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:86", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:80", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:98", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:37", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:93", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:94", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:102", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:89", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:53" + ], + "matplotlib.axes._base._AxesBase.set_navigate_mode": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:87", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:81", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:99", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:38", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:94", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:95", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:103", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:90", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:54" + ], + "matplotlib.axes._base._AxesBase.set_position": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:90", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:84", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:102", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:41", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:97", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:98", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:106", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:93", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:57" + ], + "matplotlib.axes._base._AxesBase.set_prop_cycle": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:91", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:85", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:103", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:42", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:98", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:99", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:107", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:94", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:58" + ], + "matplotlib.axes._base._AxesBase.set_rasterization_zorder": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:92", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:86", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:104", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:43", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:99", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:100", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:108", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:95", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:59" + ], + "matplotlib.axes._axes.Axes.set_title": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:96", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:90", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:108", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:47", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:103", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:104", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:112", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:99", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:63" + ], + "matplotlib.axes._base._AxesBase.set_xbound": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:100", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:94", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:112", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:51", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:107", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:108", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:116", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:103", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:67" + ], + "matplotlib.axes._axes.Axes.set_xlabel": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:101", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:95", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:113", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:52", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:108", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:109", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:117", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:104", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:68" + ], + "matplotlib.axes._base._AxesBase.set_xlim": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:102", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:96", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:114", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:53", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:109", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:110", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:118", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:105", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:69" + ], + "matplotlib.axes._base._AxesBase.set_xmargin": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:103", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:97", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:115", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:54", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:110", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:111", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:119", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:106", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:70" + ], + "matplotlib.axes._base._AxesBase.set_xscale": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:104", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:98", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:116", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:55", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:111", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:112", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:120", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:107", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:71" + ], + "matplotlib.axes._base._AxesBase.set_xticklabels": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:105", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:99", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:117", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:56", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:112", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:113", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:121", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:108", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:72" + ], + "matplotlib.axes._base._AxesBase.set_xticks": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:106", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:100", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:118", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:57", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:113", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:114", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:122", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:109", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:73" + ], + "matplotlib.axes._base._AxesBase.set_ybound": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:107", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:101", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:119", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:58", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:114", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:115", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:123", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:110", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:74" + ], + "matplotlib.axes._axes.Axes.set_ylabel": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:108", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:102", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:120", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:59", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:115", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:116", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:124", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:111", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:75" + ], + "matplotlib.axes._base._AxesBase.set_ylim": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:109", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:103", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:121", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:60", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:116", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:117", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:125", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:112", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:76" + ], + "matplotlib.axes._base._AxesBase.set_ymargin": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:110", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:104", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:122", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:61", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:117", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:118", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:126", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:113", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:77" + ], + "matplotlib.axes._base._AxesBase.set_yscale": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:111", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:105", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:123", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:62", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:118", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:119", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:127", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:114", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:78" + ], + "matplotlib.axes._base._AxesBase.set_yticklabels": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:112", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:106", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:124", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:63", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:119", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:120", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:128", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:115", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:79" + ], + "matplotlib.axes._base._AxesBase.set_yticks": [ + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes:113", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_axes:107", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.add_subplot:125", + "lib/matplotlib/figure.py:docstring of matplotlib.figure.Figure.gca:64", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axes:120", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplot:121", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.inset_axes:129", + "lib/mpl_toolkits/axes_grid1/inset_locator.py:docstring of mpl_toolkits.axes_grid1.inset_locator.zoomed_inset_axes:116", + "lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:80" + ], "set_xlim": [ "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.axhspan:4", "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.errorbar:60" @@ -4953,6 +5314,9 @@ "matplotlib.axes.Axes.dataLim": [ "doc/api/prev_api_changes/api_changes_0.99.x.rst:23" ], + "matplotlib.colorbar.ColorbarBase.ax": [ + "doc/api/prev_api_changes/api_changes_1.3.x.rst:97" + ], "name": [ "lib/matplotlib/scale.py:docstring of matplotlib.scale.ScaleBase:8" ], @@ -5168,7 +5532,7 @@ "doc/tutorials/intermediate/artists.rst:219" ], "show": [ - "doc/tutorials/introductory/usage.rst:663" + "doc/tutorials/introductory/usage.rst:687" ], "matplotlib.Axes.annotate": [ "doc/tutorials/text/annotations.rst:23" @@ -5328,7 +5692,7 @@ ], "matplotlib": [ "doc/gallery/text_labels_and_annotations/annotation_demo.rst:14", - "doc/tutorials/introductory/usage.rst:570" + "doc/tutorials/introductory/usage.rst:588" ], "matplotlib.patch": [ "doc/tutorials/advanced/path_tutorial.rst:16" @@ -5351,7 +5715,7 @@ "doc/api/prev_api_changes/api_changes_3.1.0.rst:453" ], "DISPLAY": [ - "doc/tutorials/introductory/usage.rst:401" + "doc/tutorials/introductory/usage.rst:403" ], "CC": [ "INSTALL.rst:93", From 2a66beb9ec62af98f23bc36baad1cec9cd7f55dc Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Fri, 9 Aug 2019 00:10:33 +0200 Subject: [PATCH 2/5] Fix bad missing-references.json due to PR merge race condition. aka some missing references were fixed between the last build of the nitpicky-mode PR and its merge. --- doc/missing-references.json | 2 +- tutorials/introductory/usage.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/missing-references.json b/doc/missing-references.json index c5580682f9de..022515cd5dc4 100644 --- a/doc/missing-references.json +++ b/doc/missing-references.json @@ -5730,4 +5730,4 @@ "doc/users/prev_whats_new/whats_new_1.5.rst:737" ] } -} \ No newline at end of file +} diff --git a/tutorials/introductory/usage.py b/tutorials/introductory/usage.py index 2ecdc2972a27..641e733fb55f 100644 --- a/tutorials/introductory/usage.py +++ b/tutorials/introductory/usage.py @@ -496,9 +496,9 @@ def my_plotter(ax, data1, data2, param_dict): # Using non-builtin backends # -------------------------- # More generally, any importable backend can be selected by using any of the -# methods above. If `name.of.the.backend` is the module containing the backend, -# use `module://name.of.the.backend` as the backend name, e.g. -# `matplotlib.use('module://name.of.the.backend')`. +# methods above. If ``name.of.the.backend`` is the module containing the +# backend, use ``module://name.of.the.backend`` as the backend name, e.g. +# ``matplotlib.use('module://name.of.the.backend')``. # # # .. _interactive-mode: From 46e880a136de5a85d5fa8047c6bf84bfbc65ec00 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 11 Aug 2019 21:15:56 -0400 Subject: [PATCH 3/5] DOC: fix rst in GridSpec.update --- lib/matplotlib/gridspec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/matplotlib/gridspec.py b/lib/matplotlib/gridspec.py index 4d07de2f9677..7cf78ff40789 100644 --- a/lib/matplotlib/gridspec.py +++ b/lib/matplotlib/gridspec.py @@ -323,8 +323,9 @@ def update(self, **kwargs): """ Update the subplot parameters of the grid. - Parameters: + Parameters ---------- + left, right, top, bottom : float, optional wspace, hspace : float, optional From b10294f8231fb4a1fb9bb70067a9a7aad013ea54 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 11 Aug 2019 21:20:13 -0400 Subject: [PATCH 4/5] DOC: remove 3 fixed entries --- doc/missing-references.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/missing-references.json b/doc/missing-references.json index 022515cd5dc4..325f1894ee6b 100644 --- a/doc/missing-references.json +++ b/doc/missing-references.json @@ -3493,15 +3493,6 @@ "doc/tutorials/introductory/usage.rst:585", "doc/tutorials/introductory/usage.rst:588" ], - "name.of.the.backend": [ - "doc/tutorials/introductory/usage.rst:594" - ], - "module://name.of.the.backend": [ - "doc/tutorials/introductory/usage.rst:594" - ], - "matplotlib.use('module://name.of.the.backend')": [ - "doc/tutorials/introductory/usage.rst:594" - ], "macosx": [ "doc/tutorials/introductory/usage.rst:663" ], From 5eef767c9d7c5767d1e40a06e9bf4e322cab2b4e Mon Sep 17 00:00:00 2001 From: ImportanceOfBeingErnest Date: Mon, 12 Aug 2019 14:30:16 +0200 Subject: [PATCH 5/5] fix cornflakes --- lib/matplotlib/gridspec.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/matplotlib/gridspec.py b/lib/matplotlib/gridspec.py index 7cf78ff40789..a2c108079eb9 100644 --- a/lib/matplotlib/gridspec.py +++ b/lib/matplotlib/gridspec.py @@ -325,7 +325,6 @@ def update(self, **kwargs): Parameters ---------- - left, right, top, bottom : float, optional wspace, hspace : float, optional 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