Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261dbf4 commit c97fea9Copy full SHA for c97fea9
1 file changed
doc/pyplots/pyplot_scales.py
@@ -31,7 +31,7 @@
31
# symmetric log
32
plt.subplot(223)
33
plt.plot(x, y - y.mean())
34
-plt.yscale('symlog', linthreshy=0.05)
+plt.yscale('symlog', linthreshy=0.01)
35
plt.title('symlog')
36
plt.grid(True)
37
0 commit comments