Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7f157b5

Browse filesBrowse files
QuLogicMeeseeksDev[bot]
authored andcommitted
Backport PR #10877: Fix invalid escape sequence in docstring.
1 parent 711bb3f commit 7f157b5
Copy full SHA for 7f157b5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ def acorr(self, x, **kwargs):
18441844
@_preprocess_data(replace_names=["x", "y"], label_namer="y")
18451845
def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
18461846
usevlines=True, maxlags=10, **kwargs):
1847-
"""
1847+
r"""
18481848
Plot the cross correlation between *x* and *y*.
18491849
18501850
The correlation with lag k is defined as sum_n x[n+k] * conj(y[n]).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.