fastplotlib.HistogramLUTTool#

class HistogramLUTTool(data, image_graphic, nbins=100, flank_divisor=5.0, **kwargs)[source]#
Parameters:
  • data (ndarray)

  • image_graphic (ImageGraphic)

  • nbins (int, defaut 100.) – Total number of bins used in the histogram

  • flank_divisor (float, default 5.0.) – Fraction of empty histogram bins on the tails of the distribution set np.inf for no flanks

  • kwargs