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

Skip to content

Commit be9c155

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,8 @@ 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-
1676+
:math:`\sum_n x[n+k] \cdot y^*[n]`, where :math:`y^*` is the complex
1677+
conjugate of :math:`y`.
16771678
16781679
Parameters
16791680
----------

0 commit comments

Comments
 (0)