Skip to content

Commit 566e38b

Browse files
authored
Merge pull request #21180 from anntzer/ut
Remove uninformative `.. figure::` titles in docs.
2 parents dd8edc5 + 99be8fd commit 566e38b

File tree

8 files changed

+0
-54
lines changed

8 files changed

+0
-54
lines changed

doc/faq/howto_faq.rst

-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ setting in the right subplots.
176176
:align: center
177177
:scale: 50
178178

179-
Align Ylabels
180-
181179
.. _howto-set-zorder:
182180

183181
Control the draw order of plot elements

doc/users/prev_whats_new/whats_new_1.0.rst

-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ more. See :doc:`/tutorials/intermediate/gridspec` for a tutorial overview.
3030
:align: center
3131
:scale: 50
3232

33-
Demo Gridspec01
34-
3533
Easy pythonic subplots
3634
-----------------------
3735

@@ -63,8 +61,6 @@ plotting unstructured triangular grids.
6361
:align: center
6462
:scale: 50
6563

66-
Triplot Demo
67-
6864
multiple calls to show supported
6965
--------------------------------
7066

doc/users/prev_whats_new/whats_new_1.1.rst

-9
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ Kevin Davies has extended Yannick Copin's original Sankey example into a module
2626
:align: center
2727
:scale: 50
2828

29-
Sankey Rankine
30-
31-
3229
Animation
3330
---------
3431

@@ -125,8 +122,6 @@ examples.
125122
:align: center
126123
:scale: 50
127124

128-
Legend Demo4
129-
130125
mplot3d
131126
-------
132127

@@ -151,8 +146,6 @@ as 2D plotting, Ben Root has made several improvements to the
151146
:align: center
152147
:scale: 50
153148

154-
Offset
155-
156149
* :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.contourf`
157150
gains *zdir* and *offset* kwargs. You can now do this:
158151

@@ -161,8 +154,6 @@ as 2D plotting, Ben Root has made several improvements to the
161154
:align: center
162155
:scale: 50
163156

164-
Contourf3d 2
165-
166157
Numerix support removed
167158
-----------------------
168159

doc/users/prev_whats_new/whats_new_1.2.rst

-12
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ Damon McDougall added a new plotting method for the
6767
:align: center
6868
:scale: 50
6969

70-
Trisurf3d
71-
7270
Control the lengths of colorbar extensions
7371
------------------------------------------
7472

@@ -133,9 +131,6 @@ median and confidence interval.
133131
:align: center
134132
:scale: 50
135133

136-
Boxplot Demo3
137-
138-
139134
New RC parameter functionality
140135
------------------------------
141136

@@ -168,9 +163,6 @@ local intensity of the vector field.
168163
:align: center
169164
:scale: 50
170165

171-
Plot Streamplot
172-
173-
174166
New hist functionality
175167
----------------------
176168

@@ -204,8 +196,6 @@ a triangulation.
204196
:align: center
205197
:scale: 50
206198

207-
Tripcolor Demo
208-
209199
Hatching patterns in filled contour plots, with legends
210200
-------------------------------------------------------
211201

@@ -218,8 +208,6 @@ to use a legend to identify contoured ranges.
218208
:align: center
219209
:scale: 50
220210

221-
Contourf Hatching
222-
223211
Known issues in the matplotlib 1.2 release
224212
------------------------------------------
225213

doc/users/prev_whats_new/whats_new_1.3.rst

-12
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ to modify each artist's sketch parameters individually with
9696
:align: center
9797
:scale: 50
9898

99-
xkcd
100-
10199
Updated Axes3D.contour methods
102100
------------------------------
103101
Damon McDougall updated the
@@ -110,8 +108,6 @@ contour plots on abitrary unstructured user-specified triangulations.
110108
:align: center
111109
:scale: 50
112110

113-
Tricontour3d
114-
115111
New eventplot plot type
116112
```````````````````````
117113
Todd Jennings added a :func:`~matplotlib.pyplot.eventplot` function to
@@ -122,8 +118,6 @@ create multiple rows or columns of identical line segments
122118
:align: center
123119
:scale: 50
124120

125-
Eventplot Demo
126-
127121
As part of this feature, there is a new
128122
:class:`~matplotlib.collections.EventCollection` class that allows for
129123
plotting and manipulating rows or columns of identical line segments.
@@ -146,8 +140,6 @@ added (:class:`~matplotlib.tri.TriAnalyzer`).
146140
:align: center
147141
:scale: 50
148142

149-
Tricontour Smooth User
150-
151143
Baselines for stackplot
152144
```````````````````````
153145
Till Stensitzki added non-zero baselines to
@@ -159,8 +151,6 @@ weighted.
159151
:align: center
160152
:scale: 50
161153

162-
Stackplot Demo2
163-
164154
Rectangular colorbar extensions
165155
```````````````````````````````
166156
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.
204194
:align: center
205195
:scale: 50
206196

207-
Patheffect Demo
208-
209197
Easier creation of colormap and normalizer for levels with colors
210198
`````````````````````````````````````````````````````````````````
211199
Phil Elson added the :func:`matplotlib.colors.from_levels_and_colors`

doc/users/prev_whats_new/whats_new_1.4.rst

-4
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ specifically the Skew-T used in meteorology.
165165
:align: center
166166
:scale: 50
167167

168-
Skewt
169-
170168
Support for specifying properties of wedge and text in pie charts.
171169
``````````````````````````````````````````````````````````````````
172170
Added the kwargs 'wedgeprops' and 'textprops' to `~.Axes.pie`
@@ -253,8 +251,6 @@ Caradec Bisesar and Vlad Vassilovski.
253251
:align: center
254252
:scale: 50
255253

256-
Quiver3d
257-
258254
polar-plot r-tick locations
259255
```````````````````````````
260256
Added the ability to control the angular position of the r-tick labels

doc/users/prev_whats_new/whats_new_1.5.rst

-9
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ on two or more property cycles.
109109
:align: center
110110
:scale: 50
111111

112-
Color Cycle
113-
114-
115112
New Colormaps
116113
-------------
117114

@@ -316,9 +313,6 @@ specified, the default value is taken from rcParams.
316313
:align: center
317314
:scale: 50
318315

319-
Contour Corner Mask
320-
321-
322316
Mostly unified linestyles for `.Line2D`, `.Patch` and `.Collection`
323317
```````````````````````````````````````````````````````````````````
324318

@@ -379,9 +373,6 @@ This is particularly useful for plotting pre-binned histograms.
379373
:align: center
380374
:scale: 50
381375

382-
Filled Step
383-
384-
385376
Square Plot
386377
```````````
387378

tutorials/introductory/sample_plots.py

-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@
284284
:target: ../../gallery/text_labels_and_annotations/legend.html
285285
:align: center
286286
287-
Legend
288-
289287
Thanks to Charles Twardy for input on the legend function.
290288
291289
.. _screenshots_mathtext_examples_demo:

0 commit comments

Comments
 (0)