HistogramConfig

Undocumented in source.

Members

Variables

color
string color;

color of the histogram lines

cumulative
bool cumulative;

whether the histogram should be plotted with cumulative probabilities

histType
string histType;

histogram type to plot ('bar', 'step', 'stepfilled')

numBins
int numBins;

number of bins

plotReference
bool plotReference;

whether the reference pdf should be plotted

stepSize
double stepSize;

step size of the points in the plot

title
string title;

title of the plot

Meta