Skip to content

Commit 58aef32

Browse files
Merge pull request #9 from davidnabergoj/BernardaPetek-patch-2
Update threshold boundaries in param description
2 parents ed66bd8 + deed313 commit 58aef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootplot/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def bootplot(f: callable,
144144
:param k: input beta cdf transformation parameter. Controls the shape Default: ``2.5``.
145145
:type k: int
146146
147-
:param threshold: input transformation parameter. Controls the codomain of the transformation. It lies between 0 and 1. Default: ``0,3``.
147+
:param threshold: input transformation parameter. Controls the codomain of the transformation. It lies between 0 and 0.5. Default: ``0,3``.
148148
:type threshold: int
149149
150150
:param output_size_px: output size (height, width) in pixels. Default: ``(512, 512)``.

0 commit comments

Comments
 (0)