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

Skip to content

Commit ade507d

Browse files
committed
TST: fix tests, make them modern
1 parent bb1bf98 commit ade507d

File tree

9 files changed

+6
-1265
lines changed

9 files changed

+6
-1265
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,8 +1673,7 @@ def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
16731673
Plot the cross correlation between *x* and *y*.
16741674
16751675
The correlation with lag k is defined as
1676-
:math:`\sum_n x[n+k] \cdot y^*[n]`, where :math:`y^*` is the complex
1677-
conjugate of :math:`y`.
1676+
16781677
16791678
Parameters
16801679
----------
Binary file not shown.

0 commit comments

Comments
 (0)