8000 Clarify docstring for SymmetricLogScale linthresh keyword arg by LindyBalboa · Pull Request #9012 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/matplotlib/scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,9 @@ def __init__(self, axis, **kwargs):
The base of the logarithm

*linthreshx*/*linthreshy*:
The range (-*x*, *x*) within which the plot is linear (to
avoid having the plot go to infinity around zero).
A single float which defines the range (-*x*, *x*), within
which the plot is linear. This avoids having the plot go to
infinity around zero.

*subsx*/*subsy*:
Where to place the subticks between each major tick.
Expand Down
0