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 22cd63b

Browse filesBrowse files
authored
Merge pull request #29539 from meeseeksmachine/auto-backport-of-pr-29536-on-v3.10.0-doc
Backport PR #29536 on branch v3.10.0-doc (Fix typo in solarized example plot.)
2 parents 8f94213 + a645e72 commit 22cd63b
Copy full SHA for 22cd63b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎galleries/examples/style_sheets/plot_solarizedlight2.py

Copy file name to clipboardExpand all lines: galleries/examples/style_sheets/plot_solarizedlight2.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
plt.plot(x, np.sin(x) + x + np.random.randn(50))
3333
plt.plot(x, np.sin(x) + 2 * x + np.random.randn(50))
3434
plt.plot(x, np.sin(x) + 3 * x + np.random.randn(50))
35-
plt.plot(x, np.sin(x) + 4 + np.random.randn(50))
35+
plt.plot(x, np.sin(x) + 4 * x + np.random.randn(50))
3636
plt.plot(x, np.sin(x) + 5 * x + np.random.randn(50))
3737
plt.plot(x, np.sin(x) + 6 * x + np.random.randn(50))
3838
plt.plot(x, np.sin(x) + 7 * x + np.random.randn(50))

0 commit comments

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