pub fn plot_profile<T>(
x_data: &ArrayView1<'_, T>,
y_data: &ArrayView1<'_, T>,
config: &PlotConfig,
) -> NdimageResult<String>Expand description
Generate a profile plot (line plot) representation
pub fn plot_profile<T>(
x_data: &ArrayView1<'_, T>,
y_data: &ArrayView1<'_, T>,
config: &PlotConfig,
) -> NdimageResult<String>Generate a profile plot (line plot) representation