Controls the color of the bar. Defaults to blue.
Setter
Create a FrequencyHistogram. R must be an input range with elements implicitly convertible to double. nBin must be > 0 and <= nums.length.
Returns true if this plot type supports legends, otherwise false.
Convenience method that instantiates a Figure object with this plot. Useful for creating single-plot figures w/o a lot of boilerplate.
Instantiates a Figure object with this plot and also places the default axes and tick labeling and title for the plot type, if any, on the Figure. If a plot type has no default labeling, simply forwards to toFigure().
The leftmost point on the plot.
The rightmost point on the plot.
The topmost point on the plot.
The bottommost point on the plot.
Creates a histogram with equal frequency binning instead of equal width binning. The scale of a FrequencyHistogram is the probability density scale.
Note that equal frequency binning doesn't work with discrete distributions where probability density may be infinite at a point. Therefore, if a probability density is calculated to be infinite, this class will throw.