summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortonyyli <tony.y.li@gmail.com>2017-07-16 11:24:02 -0500
committertonyyli <tony.y.li@gmail.com>2017-07-16 11:24:02 -0500
commitc808e3c4dcd10172d5061d583bcaaac28fe59dea (patch)
treefc01fceaccaff7e28591979f0daf89664b6660ce
parent923175d26a277389776009846e57e7fce54a8ad4 (diff)
Rename 'cross-correlation demo' to more accurate 'cross-/auto-correlation demo
-rw-r--r--examples/pylab_examples/xcorr_acorr_demo.py (renamed from examples/pylab_examples/xcorr_demo.py)6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pylab_examples/xcorr_demo.py b/examples/pylab_examples/xcorr_acorr_demo.py
index 447527617..58dd93ac9 100644
--- a/examples/pylab_examples/xcorr_demo.py
+++ b/examples/pylab_examples/xcorr_acorr_demo.py
@@ -1,7 +1,7 @@
"""
-======================
-Cross-correlation Demo
-======================
+============================
+Cross-/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