pub fn plot_histogram<T>(
data: &ArrayView1<'_, T>,
config: &PlotConfig,
) -> NdimageResult<String>Expand description
Generate a histogram plot representation
pub fn plot_histogram<T>(
data: &ArrayView1<'_, T>,
config: &PlotConfig,
) -> NdimageResult<String>Generate a histogram plot representation