Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c97fea9

Browse files
committed
Tweak linthreshy to avoid overlap of y-ticklabels
1 parent 261dbf4 commit c97fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pyplots/pyplot_scales.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# symmetric log
3232
plt.subplot(223)
3333
plt.plot(x, y - y.mean())
34-
plt.yscale('symlog', linthreshy=0.05)
34+
plt.yscale('symlog', linthreshy=0.01)
3535
plt.title('symlog')
3636
plt.grid(True)
3737

0 commit comments

Comments
 (0)