Skip to content

Commit efeb823

Browse files
authored
Merge pull request matplotlib#28544 from timhoffm/doc-example-titles
DOC: Standardize example titles
2 parents cb487f3 + eecc0a0 commit efeb823

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+85
-84
lines changed

galleries/examples/animation/pause_resume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
=================================
3-
Pausing and Resuming an Animation
3+
Pausing and resuming an animation
44
=================================
55
66
This example showcases:

galleries/examples/animation/unchained.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
========================
3-
MATPLOTLIB **UNCHAINED**
4-
========================
2+
====================
3+
Matplotlib unchained
4+
====================
55
66
Comparative path demonstration of frequency from a fake signal of a pulsar
77
(mostly known because of the cover for Joy Division's Unknown Pleasures).

galleries/examples/axes_grid1/scatter_hist_locatable_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
==================================
3-
Scatter Histogram (Locatable Axes)
4-
==================================
2+
====================================================
3+
Align histogram to scatter plot using locatable Axes
4+
====================================================
55
66
Show the marginal distributions of a scatter plot as histograms at the sides of
77
the plot.

galleries/examples/axisartist/simple_axis_pad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===============
3-
Simple Axis Pad
3+
Simple axis pad
44
===============
55
66
"""

galleries/examples/event_handling/close_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===========
3-
Close Event
3+
Close event
44
===========
55
66
Example to show connecting events that occur when the figure closes.

galleries/examples/event_handling/looking_glass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
=============
3-
Looking Glass
3+
Looking glass
44
=============
55
66
Example using mouse events to simulate a looking glass for inspecting data.

galleries/examples/event_handling/poly_editor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
===========
3-
Poly Editor
4-
===========
2+
==============
3+
Polygon editor
4+
==============
55
66
This is an example to show how to build cross-GUI applications using
77
Matplotlib event handling to interact with objects on the canvas.

galleries/examples/event_handling/zoom_window.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
===========
3-
Zoom Window
4-
===========
2+
========================
3+
Zoom modifies other Axes
4+
========================
55
66
This example shows how to connect events in one window, for example, a mouse
77
press, to another figure window.

galleries/examples/images_contours_and_fields/barb_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
==========
3-
Wind Barbs
3+
Wind barbs
44
==========
55
66
Demonstration of wind barb plots.

galleries/examples/images_contours_and_fields/colormap_interactive_adjustment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
========================================
3-
Interactive Adjustment of Colormap Range
3+
Interactive adjustment of colormap range
44
========================================
55
66
Demonstration of how a colorbar can be used to interactively adjust the

0 commit comments

Comments
 (0)