summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortonyyli <tony.y.li@gmail.com>2017-07-16 12:32:53 -0500
committertonyyli <tony.y.li@gmail.com>2017-07-16 12:32:53 -0500
commit010808692c449806b7a9c01ceb9729fb74f37189 (patch)
tree10181e1cbea82fd5caf783acdccf628e08991206
parentc808e3c4dcd10172d5061d583bcaaac28fe59dea (diff)
Edits to address PR coments
-rw-r--r--examples/images_contours_and_fields/contourf_hatching.py2
-rw-r--r--examples/pylab_examples/spine_placement_demo.py2
-rw-r--r--examples/pylab_examples/xcorr_acorr_demo.py6
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/images_contours_and_fields/contourf_hatching.py b/examples/images_contours_and_fields/contourf_hatching.py
index ef1fc109c..9d4321008 100644
--- a/examples/images_contours_and_fields/contourf_hatching.py
+++ b/examples/images_contours_and_fields/contourf_hatching.py
@@ -3,7 +3,7 @@
Contourf Hatching
=================
-Demo filled contour plots with of hatched patterns.
+Demo filled contour plots with hatched patterns.
"""
import matplotlib.pyplot as plt
import numpy as np
diff --git a/examples/pylab_examples/spine_placement_demo.py b/examples/pylab_examples/spine_placement_demo.py
index cb24c76aa..d67a60f86 100644
--- a/examples/pylab_examples/spine_placement_demo.py
+++ b/examples/pylab_examples/spine_placement_demo.py
@@ -3,7 +3,7 @@
Spine Placement Demo
====================
-This example demos how to adjust the location and appearance of axis spines.
+Adjusting the location and appearance of axis spines.
"""
import numpy as np
import matplotlib.pyplot as plt
diff --git a/examples/pylab_examples/xcorr_acorr_demo.py b/examples/pylab_examples/xcorr_acorr_demo.py
index 58dd93ac9..d388e3849 100644
--- a/examples/pylab_examples/xcorr_acorr_demo.py
+++ b/examples/pylab_examples/xcorr_acorr_demo.py
@@ -1,7 +1,7 @@
"""
-============================
-Cross-/Auto-correlation Demo
-============================
+================================
+Cross- and Auto-Correlation Demo
+================================
Example use of cross-correlation (``xcorr``) and auto-correlation (``acorr``) plots.
"""
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback