Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d42ee0e

Browse files
committed
Remove "Demo" from example titles
1 parent e69e2e6 commit d42ee0e

19 files changed

+71
-64
lines changed

examples/axes_grid1/demo_anchored_direction_arrows.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=============================
3-
Demo Anchored Direction Arrow
4-
=============================
2+
========================
3+
Anchored Direction Arrow
4+
========================
55
66
"""
77
import matplotlib.pyplot as plt

examples/axes_grid1/demo_axes_divider.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=================
3-
Demo Axes Divider
4-
=================
2+
============
3+
Axes Divider
4+
============
55
66
Axes divider to calculate location of axes and
77
create a divider for them using existing axes instances.

examples/axes_grid1/demo_axes_grid2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
===============
3-
Demo Axes Grid2
4-
===============
2+
==========
3+
Axes Grid2
4+
==========
55
66
Grid of images with shared xaxis and yaxis.
77
"""

examples/axes_grid1/demo_axes_rgb.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=============
3-
Demo Axes RGB
4-
=============
2+
=======
3+
RGBAxes
4+
=======
55
66
RGBAxes to show RGB composite images.
77
"""

examples/images_contours_and_fields/barb_demo.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
2-
=========
3-
Barb Demo
4-
=========
2+
==========
3+
Wind Barbs
4+
==========
55
6-
Demonstration of wind barb plots
6+
Demonstration of wind barb plots.
77
"""
88
import matplotlib.pyplot as plt
99
import numpy as np

examples/text_labels_and_annotations/demo_text_path.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
2-
==============
3-
Demo Text Path
4-
==============
2+
======================
3+
Using a text as a Path
4+
======================
55
6-
Use a text as `.Path`. The tool that allows for such conversion is a
7-
`~matplotlib.textpath.TextPath`. The resulting path can be employed
8-
e.g. as a clip path for an image.
6+
`~matplotlib.textpath.TextPath` creates a `.Path` that is the outline of the
7+
characters of a text. The resulting path can be employed e.g. as a clip path
8+
for an image.
99
"""
1010

1111
import matplotlib.pyplot as plt

examples/text_labels_and_annotations/demo_text_rotation_mode.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
r"""
2-
=======================
3-
Demo Text Rotation Mode
4-
=======================
2+
==================
3+
Text Rotation Mode
4+
==================
55
66
This example illustrates the effect of ``rotation_mode`` on the positioning
77
of rotated text.

examples/text_labels_and_annotations/fancyarrow_demo.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
"""
2-
===============
3-
Fancyarrow Demo
4-
===============
2+
================================
3+
Annotation arrow style reference
4+
================================
5+
6+
Overview of the arrow styles available in `~.Axes.annotate`.
57
68
"""
79
import matplotlib.patches as mpatches

examples/text_labels_and_annotations/fancytextbox_demo.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""
2-
=================
3-
Fancytextbox Demo
4-
=================
2+
==================
3+
Styling text boxes
4+
==================
55
6+
This example shows how to style text boxes using *bbox* parameters.
67
"""
78
import matplotlib.pyplot as plt
89

examples/text_labels_and_annotations/mathtext_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=============
3-
Mathtext Demo
4-
=============
2+
========
3+
Mathtext
4+
========
55
66
Use Matplotlib's internal LaTeX parser and layout engine. For true LaTeX
77
rendering, see the text.usetex option.

0 commit comments

Comments
 (0)