From 8d86e17fc251012f7778f3e91ad29bb93a7cc535 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Wed, 9 Jun 2021 13:08:29 +0200 Subject: [PATCH] Remove non-informative figure captions. We can have figure captions, but the ones removed here provide no information... --- tutorials/toolkits/axisartist.py | 26 --------------------- tutorials/toolkits/mplot3d.py | 39 -------------------------------- 2 files changed, 65 deletions(-) diff --git a/tutorials/toolkits/axisartist.py b/tutorials/toolkits/axisartist.py index 6a9e6edc9f48..cbafca59494b 100644 --- a/tutorials/toolkits/axisartist.py +++ b/tutorials/toolkits/axisartist.py @@ -22,8 +22,6 @@ :align: center :scale: 50 - Demo Floating Axis - Since it uses special artists, some Matplotlib commands that work on Axes.xaxis and Axes.yaxis may not work. @@ -70,8 +68,6 @@ :align: center :scale: 50 - Simple Axisline3 - It is also possible to add a horizontal axis. For example, you may have an horizontal axis at y=0 (in data coordinate). :: @@ -82,8 +78,6 @@ :align: center :scale: 50 - Simple Axisartist1 - Or a fixed axis with some offset :: # make new (right-side) yaxis, but with some offset @@ -108,8 +102,6 @@ :align: center :scale: 50 - Demo Parasite Axes2 - Curvilinear Grid ---------------- @@ -121,8 +113,6 @@ :align: center :scale: 50 - Demo CurveLinear Grid - Floating Axes ------------- @@ -134,8 +124,6 @@ :align: center :scale: 50 - Demo Floating Axes - axisartist namespace ==================== @@ -169,8 +157,6 @@ :align: center :scale: 50 - Demo Floating Axis - *mpl_toolkits.axisartist.Axes* class defines a *axis* attribute, which is a dictionary of AxisArtist instances. By default, the dictionary has 4 AxisArtist instances, responsible for drawing of left, right, @@ -333,8 +319,6 @@ :align: center :scale: 50 - Simple Axis Direction01 - The parameter for set_axis_direction is one of ["left", "right", "bottom", "top"]. @@ -387,8 +371,6 @@ :align: center :scale: 50 - Demo Axis Direction - The axis_direction can be adjusted in the AxisArtist level, or in the level of its child artists, i.e., ticks, ticklabels, and axis-label. :: @@ -421,8 +403,6 @@ :align: center :scale: 50 - Simple Axis Direction03 - So, in summary, * AxisArtist's methods @@ -459,8 +439,6 @@ :align: center :scale: 50 - Demo Ticklabel Alignment - Adjusting pad ------------- @@ -477,8 +455,6 @@ :align: center :scale: 50 - Simple Axis Pad - GridHelper ========== @@ -566,8 +542,6 @@ def inv_tr(x, y): :align: center :scale: 50 - Demo CurveLinear Grid - FloatingAxis ============ diff --git a/tutorials/toolkits/mplot3d.py b/tutorials/toolkits/mplot3d.py index d5ab4f2b10b6..cbe73a6194b3 100644 --- a/tutorials/toolkits/mplot3d.py +++ b/tutorials/toolkits/mplot3d.py @@ -44,8 +44,6 @@ :align: center :scale: 50 - Lines3d - .. _scatter3d: Scatter plots @@ -57,8 +55,6 @@ :align: center :scale: 50 - Scatter3d - .. _wireframe: Wireframe plots @@ -70,8 +66,6 @@ :align: center :scale: 50 - Wire3d - .. _surface: Surface plots @@ -83,12 +77,6 @@ :align: center :scale: 50 - Surface3d - - Surface3d 2 - - Surface3d 3 - .. _trisurface: Tri-Surface plots @@ -100,9 +88,6 @@ :align: center :scale: 50 - Trisurf3d - - .. _contour3d: Contour plots @@ -114,12 +99,6 @@ :align: center :scale: 50 - Contour3d - - Contour3d 2 - - Contour3d 3 - .. _contourf3d: Filled contour plots @@ -131,10 +110,6 @@ :align: center :scale: 50 - Contourf3d - - Contourf3d 2 - .. versionadded:: 1.1.0 The feature demoed in the second contourf3d example was enabled as a result of a bugfix for version 1.1.0. @@ -150,8 +125,6 @@ :align: center :scale: 50 - Polys3d - .. _bar3d: Bar plots @@ -163,8 +136,6 @@ :align: center :scale: 50 - Bars3d - .. _quiver3d: Quiver @@ -176,8 +147,6 @@ :align: center :scale: 50 - Quiver3d - .. _2dcollections3d: 2D plots in 3D @@ -187,8 +156,6 @@ :align: center :scale: 50 - 2dcollections3d - .. _text3d: Text @@ -200,8 +167,6 @@ :align: center :scale: 50 - Text3d - .. _3dsubplots: Subplotting @@ -218,8 +183,4 @@ :target: ../../gallery/mplot3d/subplot3d.html :align: center :scale: 50 - - Subplot3d - - Mixed Subplots """