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 c97fea9

Browse filesBrowse files
committed
Tweak linthreshy to avoid overlap of y-ticklabels
1 parent 261dbf4 commit c97fea9
Copy full SHA for c97fea9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/pyplots/pyplot_scales.py

Copy file name to clipboardExpand all lines: doc/pyplots/pyplot_scales.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.