Skip to content

Commit b81b50c

Browse files
authored
Merge branch 'doc-prod' into jupyterlab-clarification
2 parents 5096796 + d9fcd75 commit b81b50c

7 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: doc/python/smoothing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fig.add_trace(go.Scatter(
9595

9696
fig.add_trace(go.Scatter(
9797
x=x,
98-
y=signal.savgol_filter(y,
98+
y=signal.savgol_filter(y_noise,
9999
53, # window size used for filtering
100100
3), # order of fitted polynomial
101101
mode='markers',
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)