Skip to content

Remove non-informative figure captions. #20393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions tutorials/toolkits/axisartist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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). ::

Expand All @@ -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
Expand All @@ -108,8 +102,6 @@
:align: center
:scale: 50

Demo Parasite Axes2

Curvilinear Grid
----------------

Expand All @@ -121,8 +113,6 @@
:align: center
:scale: 50

Demo CurveLinear Grid

Floating Axes
-------------

Expand All @@ -134,8 +124,6 @@
:align: center
:scale: 50

Demo Floating Axes

axisartist namespace
====================

Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -333,8 +319,6 @@
:align: center
:scale: 50

Simple Axis Direction01

The parameter for set_axis_direction is one of ["left", "right",
"bottom", "top"].

Expand Down Expand Up @@ -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. ::

Expand Down Expand Up @@ -421,8 +403,6 @@
:align: center
:scale: 50

Simple Axis Direction03

So, in summary,

* AxisArtist's methods
Expand Down Expand Up @@ -459,8 +439,6 @@
:align: center
:scale: 50

Demo Ticklabel Alignment

Adjusting pad
-------------

Expand All @@ -477,8 +455,6 @@
:align: center
:scale: 50

Simple Axis Pad

GridHelper
==========

Expand Down Expand Up @@ -566,8 +542,6 @@ def inv_tr(x, y):
:align: center
:scale: 50

Demo CurveLinear Grid

FloatingAxis
============

Expand Down
39 changes: 0 additions & 39 deletions tutorials/toolkits/mplot3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
:align: center
:scale: 50

Lines3d

.. _scatter3d:

Scatter plots
Expand All @@ -57,8 +55,6 @@
:align: center
:scale: 50

Scatter3d

.. _wireframe:

Wireframe plots
Expand All @@ -70,8 +66,6 @@
:align: center
:scale: 50

Wire3d

.. _surface:

Surface plots
Expand All @@ -83,12 +77,6 @@
:align: center
:scale: 50

Surface3d

Surface3d 2

Surface3d 3

.. _trisurface:

Tri-Surface plots
Expand All @@ -100,9 +88,6 @@
:align: center
:scale: 50

Trisurf3d


.. _contour3d:

Contour plots
Expand All @@ -114,12 +99,6 @@
:align: center
:scale: 50

Contour3d

Contour3d 2

Contour3d 3

.. _contourf3d:

Filled contour plots
Expand All @@ -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.
Expand All @@ -150,8 +125,6 @@
:align: center
:scale: 50

Polys3d

.. _bar3d:

Bar plots
Expand All @@ -163,8 +136,6 @@
:align: center
:scale: 50

Bars3d

.. _quiver3d:

Quiver
Expand All @@ -176,8 +147,6 @@
:align: center
:scale: 50

Quiver3d

.. _2dcollections3d:

2D plots in 3D
Expand All @@ -187,8 +156,6 @@
:align: center
:scale: 50

2dcollections3d

.. _text3d:

Text
Expand All @@ -200,8 +167,6 @@
:align: center
:scale: 50

Text3d

.. _3dsubplots:

Subplotting
Expand All @@ -218,8 +183,4 @@
:target: ../../gallery/mplot3d/subplot3d.html
:align: center
:scale: 50

Subplot3d

Mixed Subplots
"""