Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commiteb955d7

Browse files
jb-legerQuLogic
andcommitted
logitscale: typos and documentation convention in LogitScale
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parente3c8e25 commiteb955d7

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)

[8]ページ先頭

©2009-2025 Movatter.jp