Skip to content

Commit c207167

Browse files
committed
Updates docstring for histogram_lut
1 parent aad4996 commit c207167

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fastplotlib/widgets/histogram_lut.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ def __init__(
2525
----------
2626
data
2727
image_graphic
28-
nbins: int, defaut 100. Total number of bins used in the histogram
29-
flank_divisor: float, default 5.0. Fraction of empty histogram bins on the tails of the distribution
30-
set `np.inf` for no flanks
28+
nbins: int, defaut 100.
29+
Total number of bins used in the histogram
30+
flank_divisor: float, default 5.0.
31+
Fraction of empty histogram bins on the tails of the distribution set `np.inf` for no flanks
3132
kwargs
3233
"""
3334
super().__init__(**kwargs)

0 commit comments

Comments
 (0)