From fd97c665a0298f142d7abe92f3185e540d53fde8 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 26 Sep 2021 21:27:52 +0200 Subject: [PATCH] Backport PR #21180: Remove uninformative `.. figure::` titles in docs. --- doc/faq/howto_faq.rst | 2 -- doc/users/prev_whats_new/whats_new_1.0.rst | 4 ---- doc/users/prev_whats_new/whats_new_1.1.rst | 9 --------- doc/users/prev_whats_new/whats_new_1.2.rst | 12 ------------ doc/users/prev_whats_new/whats_new_1.3.rst | 12 ------------ doc/users/prev_whats_new/whats_new_1.4.rst | 4 ---- doc/users/prev_whats_new/whats_new_1.5.rst | 9 --------- tutorials/introductory/sample_plots.py | 2 -- 8 files changed, 54 deletions(-) diff --git a/doc/faq/howto_faq.rst b/doc/faq/howto_faq.rst index f74621d41b6c..13d5412c985b 100644 --- a/doc/faq/howto_faq.rst +++ b/doc/faq/howto_faq.rst @@ -176,8 +176,6 @@ setting in the right subplots. :align: center :scale: 50 - Align Ylabels - .. _howto-set-zorder: Control the draw order of plot elements diff --git a/doc/users/prev_whats_new/whats_new_1.0.rst b/doc/users/prev_whats_new/whats_new_1.0.rst index f80b5ce27972..bce014e5e4e2 100644 --- a/doc/users/prev_whats_new/whats_new_1.0.rst +++ b/doc/users/prev_whats_new/whats_new_1.0.rst @@ -30,8 +30,6 @@ more. See :doc:`/tutorials/intermediate/gridspec` for a tutorial overview. :align: center :scale: 50 - Demo Gridspec01 - Easy pythonic subplots ----------------------- @@ -63,8 +61,6 @@ plotting unstructured triangular grids. :align: center :scale: 50 - Triplot Demo - multiple calls to show supported -------------------------------- diff --git a/doc/users/prev_whats_new/whats_new_1.1.rst b/doc/users/prev_whats_new/whats_new_1.1.rst index 9b19872a6031..5b09327a496b 100644 --- a/doc/users/prev_whats_new/whats_new_1.1.rst +++ b/doc/users/prev_whats_new/whats_new_1.1.rst @@ -26,9 +26,6 @@ Kevin Davies has extended Yannick Copin's original Sankey example into a module :align: center :scale: 50 - Sankey Rankine - - Animation --------- @@ -125,8 +122,6 @@ examples. :align: center :scale: 50 - Legend Demo4 - mplot3d ------- @@ -151,8 +146,6 @@ as 2D plotting, Ben Root has made several improvements to the :align: center :scale: 50 - Offset - * :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.contourf` gains *zdir* and *offset* kwargs. You can now do this: @@ -161,8 +154,6 @@ as 2D plotting, Ben Root has made several improvements to the :align: center :scale: 50 - Contourf3d 2 - Numerix support removed ----------------------- diff --git a/doc/users/prev_whats_new/whats_new_1.2.rst b/doc/users/prev_whats_new/whats_new_1.2.rst index 4169e47bd766..3bfa20e671be 100644 --- a/doc/users/prev_whats_new/whats_new_1.2.rst +++ b/doc/users/prev_whats_new/whats_new_1.2.rst @@ -67,8 +67,6 @@ Damon McDougall added a new plotting method for the :align: center :scale: 50 - Trisurf3d - Control the lengths of colorbar extensions ------------------------------------------ @@ -133,9 +131,6 @@ median and confidence interval. :align: center :scale: 50 - Boxplot Demo3 - - New RC parameter functionality ------------------------------ @@ -168,9 +163,6 @@ local intensity of the vector field. :align: center :scale: 50 - Plot Streamplot - - New hist functionality ---------------------- @@ -204,8 +196,6 @@ a triangulation. :align: center :scale: 50 - Tripcolor Demo - Hatching patterns in filled contour plots, with legends ------------------------------------------------------- @@ -218,8 +208,6 @@ to use a legend to identify contoured ranges. :align: center :scale: 50 - Contourf Hatching - Known issues in the matplotlib 1.2 release ------------------------------------------ diff --git a/doc/users/prev_whats_new/whats_new_1.3.rst b/doc/users/prev_whats_new/whats_new_1.3.rst index d10fc738e118..383c70938655 100644 --- a/doc/users/prev_whats_new/whats_new_1.3.rst +++ b/doc/users/prev_whats_new/whats_new_1.3.rst @@ -96,8 +96,6 @@ to modify each artist's sketch parameters individually with :align: center :scale: 50 - xkcd - Updated Axes3D.contour methods ------------------------------ Damon McDougall updated the @@ -110,8 +108,6 @@ contour plots on abitrary unstructured user-specified triangulations. :align: center :scale: 50 - Tricontour3d - New eventplot plot type ``````````````````````` Todd Jennings added a :func:`~matplotlib.pyplot.eventplot` function to @@ -122,8 +118,6 @@ create multiple rows or columns of identical line segments :align: center :scale: 50 - Eventplot Demo - As part of this feature, there is a new :class:`~matplotlib.collections.EventCollection` class that allows for plotting and manipulating rows or columns of identical line segments. @@ -146,8 +140,6 @@ added (:class:`~matplotlib.tri.TriAnalyzer`). :align: center :scale: 50 - Tricontour Smooth User - Baselines for stackplot ``````````````````````` Till Stensitzki added non-zero baselines to @@ -159,8 +151,6 @@ weighted. :align: center :scale: 50 - Stackplot Demo2 - Rectangular colorbar extensions ``````````````````````````````` Andrew Dawson added a new keyword argument *extendrect* to @@ -204,8 +194,6 @@ Thanks to Jae-Joon Lee, path effects now also work on plot lines. :align: center :scale: 50 - Patheffect Demo - Easier creation of colormap and normalizer for levels with colors ````````````````````````````````````````````````````````````````` Phil Elson added the :func:`matplotlib.colors.from_levels_and_colors` diff --git a/doc/users/prev_whats_new/whats_new_1.4.rst b/doc/users/prev_whats_new/whats_new_1.4.rst index a58f3348ff68..c4123c9b6254 100644 --- a/doc/users/prev_whats_new/whats_new_1.4.rst +++ b/doc/users/prev_whats_new/whats_new_1.4.rst @@ -165,8 +165,6 @@ specifically the Skew-T used in meteorology. :align: center :scale: 50 - Skewt - Support for specifying properties of wedge and text in pie charts. `````````````````````````````````````````````````````````````````` Added the kwargs 'wedgeprops' and 'textprops' to `~.Axes.pie` @@ -253,8 +251,6 @@ Caradec Bisesar and Vlad Vassilovski. :align: center :scale: 50 - Quiver3d - polar-plot r-tick locations ``````````````````````````` Added the ability to control the angular position of the r-tick labels diff --git a/doc/users/prev_whats_new/whats_new_1.5.rst b/doc/users/prev_whats_new/whats_new_1.5.rst index 3eb017851168..2d598f580314 100644 --- a/doc/users/prev_whats_new/whats_new_1.5.rst +++ b/doc/users/prev_whats_new/whats_new_1.5.rst @@ -109,9 +109,6 @@ on two or more property cycles. :align: center :scale: 50 - Color Cycle - - New Colormaps ------------- @@ -316,9 +313,6 @@ specified, the default value is taken from rcParams. :align: center :scale: 50 - Contour Corner Mask - - Mostly unified linestyles for `.Line2D`, `.Patch` and `.Collection` ``````````````````````````````````````````````````````````````````` @@ -379,9 +373,6 @@ This is particularly useful for plotting pre-binned histograms. :align: center :scale: 50 - Filled Step - - Square Plot ``````````` diff --git a/tutorials/introductory/sample_plots.py b/tutorials/introductory/sample_plots.py index 003bc70661ff..dd5f0cc078be 100644 --- a/tutorials/introductory/sample_plots.py +++ b/tutorials/introductory/sample_plots.py @@ -284,8 +284,6 @@ :target: ../../gallery/text_labels_and_annotations/legend.html :align: center - Legend - Thanks to Charles Twardy for input on the legend function. .. _screenshots_mathtext_examples_demo: