The histogram
function extends the Histogram
type from the StatsBase package. The current design is to assume that the user fits the histogram themselves (see examples below) and passes the result type to the histogram()
function. Future releases may provide methods which wrap the calculation and visualization steps within a single histogram
function call.
Note that the histogram
function is only defined for up to two-dimensional histograms; this is a limitation of echarts.js (which doesn’t support 3-D visualizations).