Skip to content

Commit b62f009

Browse files
Merge pull request #29536 from johanneskopton/fix-solarized-example
Fix typo in solarized example plot.
2 parents 29f3a5c + 6326d56 commit b62f009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/style_sheets/plot_solarizedlight2.py

+1-1
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)