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

Skip to content

Commit eb955d7

Browse files
jb-legerQuLogic
andcommitted
logitscale: typos and documentation convention in LogitScale
Co-Authored-By: Elliott Sales de Andrade <[email protected]>
1 parent e3c8e25 commit eb955d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/scale.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -671,11 +671,11 @@ def __init__(
671671
Determines the behavior for values beyond the open interval ]0, 1[.
672672
They can either be masked as invalid, or clipped to a number very
673673
close to 0 or 1.
674-
use_overline: bool (default: False)
675-
indicate the usage of survival notation (\overline{x}) in place of
674+
use_overline : bool, default: False
675+
Indicate the usage of survival notation (\overline{x}) in place of
676676
standard notation (1-x) for probability close to one.
677-
one_half : str (default: r"\frac{1}{2}")
678-
the string used for ticks formatter to represent 1/2.
677+
one_half : str, default: r"\frac{1}{2}"
678+
The string used for ticks formatter to represent 1/2.
679679
"""
680680
self._transform = LogitTransform(nonpos)
681681
self._use_overline = use_overline

0 commit comments

Comments
 (0)