export { barHorizontal, plotPointRelativeToStandardDeviation, simpleHistogram } from './bars.js';
export type { Data, DataLine, HistogramDrawOptions, HistogramOptions } from './histogram.js';
export { histogram } from './histogram.js';
export { calcMean, calcMedian, calcStandardDeviation, calcVariance } from './stats.js';
