pub fn debug_histogram_layers(
title: &str,
layers: &[HistogramLayer<'_>],
opts: &HistogramPlotOptions,
)Available on crate feature
debug-window only.Expand description
Display any number of histogram layers in a single debug window.
All layers share one chart frame and one y-scale; per-layer colour
(with alpha) controls overlay appearance. See
render_histogram_layers for the rendering model and
crate::show for the windowing semantics.