We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad4996 commit c207167Copy full SHA for c207167
fastplotlib/widgets/histogram_lut.py
@@ -25,9 +25,10 @@ def __init__(
25
----------
26
data
27
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
+ nbins: int, defaut 100.
+ Total number of bins used in the histogram
+ flank_divisor: float, default 5.0.
31
+ Fraction of empty histogram bins on the tails of the distribution set `np.inf` for no flanks
32
kwargs
33
"""
34
super().__init__(**kwargs)
0 commit comments