pub fn render_histogram(
data: HistogramData,
options: &HistogramPlotOptions,
_render_config: &mut RenderConfig,
) -> Result<PlotBytes>Expand description
Render histogram plot to JPEG
Creates a 1D histogram (x = values, y = count/frequency) with optional fill and support for overlaid multiple series.