Chi2fit.Gnuplotlib.histogram

You're seeing just the function histogram, go back to Chi2fit.Gnuplotlib module for more information.
Link to this function

histogram(data, options \\ [])

View Source

Specs

histogram(data :: [number()], options :: Keyword.t()) :: none()

Draws a histogram of the data.

Options

`:bin` - the size of the bins to use,
`:plottitle` - the title of the plot,
`:xrange` - the range for the x-values to use in the format '[x1:x2]'
`:xrange` - the range for the y-values to use in the format '[y1:y2]'
`:xlabel` - the label to use for the x-axis,
`:ylabel` - the label to use for the y-axis.