Skip to content
  • Sponsor matplotlib/matplotlib

  • Notifications You must be signed in to change notification settings
  • Fork 7.9k
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ade507d

Browse files
committedMar 25, 2018
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
----------
Loading
Loading
Binary file not shown.
Loading
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.