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

Skip to content

Commit 0108086

Browse files
committed
Edits to address PR coments
1 parent c808e3c commit 0108086

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/images_contours_and_fields/contourf_hatching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contourf Hatching
44
=================
55
6-
Demo filled contour plots with of hatched patterns.
6+
Demo filled contour plots with hatched patterns.
77
"""
88
import matplotlib.pyplot as plt
99
import numpy as np

examples/pylab_examples/spine_placement_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Spine Placement Demo
44
====================
55
6-
This example demos how to adjust the location and appearance of axis spines.
6+
Adjusting the location and appearance of axis spines.
77
"""
88
import numpy as np
99
import matplotlib.pyplot as plt

examples/pylab_examples/xcorr_acorr_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
============================
3-
Cross-/Auto-correlation Demo
4-
============================
2+
================================
3+
Cross- and Auto-Correlation Demo
4+
================================
55
66
Example use of cross-correlation (``xcorr``) and auto-correlation (``acorr``) plots.
77
"""

0 commit comments

Comments
 (0)