pub fn add_colormap(
name: &str,
colors: &[ImVec4],
qualitative: bool,
) -> ImPlotColormapExpand description
Add a custom colormap from a vector of colors
pub fn add_colormap(
name: &str,
colors: &[ImVec4],
qualitative: bool,
) -> ImPlotColormapAdd a custom colormap from a vector of colors