Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 191b6ed

Browse filesBrowse files
authored
Merge pull request #23321 from anntzer/ex
Tweak examples capitalization/punctuation.
2 parents 40dea5a + 23bcf8c commit 191b6ed
Copy full SHA for 191b6ed

File tree

Expand file treeCollapse file tree

7 files changed

+11
-14
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+11
-14
lines changed

‎examples/lines_bars_and_markers/eventcollection_demo.py

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/eventcollection_demo.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
"""
1+
r"""
22
====================
33
EventCollection Demo
44
====================
55
6-
Plot two curves, then use EventCollections to mark the locations of the x
7-
and y data points on the respective axes for each curve
6+
Plot two curves, then use `.EventCollection`\s to mark the locations of the x
7+
and y data points on the respective axes for each curve.
88
"""
99

1010
import matplotlib.pyplot as plt

‎examples/specialty_plots/mri_with_eeg.py

Copy file name to clipboardExpand all lines: examples/specialty_plots/mri_with_eeg.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
============
3-
MRI With EEG
3+
MRI with EEG
44
============
55
66
Displays a set of subplots with an MRI image, its intensity

‎examples/units/ellipse_with_units.py

Copy file name to clipboardExpand all lines: examples/units/ellipse_with_units.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
"""
22
==================
3-
Ellipse With Units
3+
Ellipse with units
44
==================
55
6-
Compare the ellipse generated with arcs versus a polygonal approximation
6+
Compare the ellipse generated with arcs versus a polygonal approximation.
77
88
.. only:: builder_html
99
1010
This example requires :download:`basic_units.py <basic_units.py>`
1111
"""
12+
1213
from basic_units import cm
1314
import numpy as np
1415
from matplotlib import patches

‎examples/user_interfaces/mpl_with_glade3_sgskip.py

Copy file name to clipboardExpand all lines: examples/user_interfaces/mpl_with_glade3_sgskip.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
22
=======================
3-
Matplotlib With Glade 3
3+
Matplotlib with Glade 3
44
=======================
5-
65
"""
76

87
from pathlib import Path

‎examples/userdemo/pgf_fonts.py

Copy file name to clipboardExpand all lines: examples/userdemo/pgf_fonts.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
22
=========
3-
Pgf Fonts
3+
PGF fonts
44
=========
5-
65
"""
76

87
import matplotlib.pyplot as plt

‎examples/userdemo/pgf_preamble_sgskip.py

Copy file name to clipboardExpand all lines: examples/userdemo/pgf_preamble_sgskip.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
22
============
3-
Pgf Preamble
3+
PGF preamble
44
============
5-
65
"""
76

87
import matplotlib as mpl

‎examples/userdemo/pgf_texsystem.py

Copy file name to clipboardExpand all lines: examples/userdemo/pgf_texsystem.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
22
=============
3-
Pgf Texsystem
3+
PGF texsystem
44
=============
5-
65
"""
76

87
import matplotlib.pyplot as plt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.