We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed66bd8 + deed313 commit 58aef32Copy full SHA for 58aef32
bootplot/base.py
@@ -144,7 +144,7 @@ def bootplot(f: callable,
144
:param k: input beta cdf transformation parameter. Controls the shape Default: ``2.5``.
145
:type k: int
146
147
- :param threshold: input transformation parameter. Controls the codomain of the transformation. It lies between 0 and 1. Default: ``0,3``.
+ :param threshold: input transformation parameter. Controls the codomain of the transformation. It lies between 0 and 0.5. Default: ``0,3``.
148
:type threshold: int
149
150
:param output_size_px: output size (height, width) in pixels. Default: ``(512, 512)``.
0 commit comments