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

Skip to content

Commit b0994fd

Browse files
authored
Merge pull request #10259 from dstansby/example-titles
Clean up example section titles
2 parents 937889f + 7257dd8 commit b0994fd

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

examples/animation/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
.. _animation-examples-index:
44

5-
Animation Examples
6-
==================
5+
Animation
6+
=========

examples/misc/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. _misc-examples-index:
22

3-
Miscellaneous Examples
4-
======================
3+
Miscellaneous
4+
=============

examples/mplot3d/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
.. _mplot3d-examples-index:
44

5-
mplot3d toolkit
6-
===============
5+
3D plotting
6+
===========

examples/pyplots/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. _pyplots_examples:
22

3-
Pyplot Examples
4-
===============
3+
Pyplot
4+
======

examples/scales/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _scales_examples:
22

3-
Scales in Matplotlib
4-
====================
3+
Scales
4+
======
55

66
These examples cover how different scales are handled in Matplotlib.

examples/units/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.. _units-examples-index:
44

5-
Units in Matplotlib
6-
===================
5+
Units
6+
=====
77

88
These examples cover the many representations of units
99
in Matplotlib.

examples/user_interfaces/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _user_interfaces:
22

3-
Embedding matplotlib in graphical user interfaces
3+
Embedding Matplotlib in graphical user interfaces
44
=================================================
55

6-
You can embed matplotlib directly into a user interface application by
7-
following the embedding_in_SOMEGUI.py examples here. Currently
6+
You can embed Matplotlib directly into a user interface application by
7+
following the embedding_in_SOMEGUI.py examples here. Currently
88
matplotlib supports wxpython, pygtk, tkinter and pyqt4/5.
99

10-
When embedding matplotlib in a GUI, you must use the matplotlib API
10+
When embedding Matplotlib in a GUI, you must use the Matplotlib API
1111
directly rather than the pylab/pyplot proceedural interface, so take a
1212
look at the examples/api directory for some example code working with
1313
the API.

0 commit comments

Comments
 (0)