8000 Merge pull request #9012 from LindyBalboa/scale_doc · matplotlib/matplotlib@cc9284e · GitHub
[go: up one dir, main page]

Skip to content

Commit cc9284e

Browse files
authored
Merge pull request #9012 from LindyBalboa/scale_doc
DOC: Clarify docstring for SymmetricLogScale linthresh keyword arg
2 parents b13c68a + 92e69e1 commit cc9284e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/scale.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,9 @@ def __init__(self, axis, **kwargs):
358358
The base of the logarithm
359359
360360
*linthreshx*/*linthreshy*:
361-
The range (-*x*, *x*) within which the plot is linear (to
362-
avoid having the plot go to infinity around zero).
361+
A single float which defines the range (-*x*, *x*), within
362+
which the plot is linear. This avoids having the plot go to
363+
infinity around zero.
363364
364365
*subsx*/*subsy*:
365366
Where to place the subticks between each major tick.

0 commit comments

Comments
 (0)
0