pub fn plot_simple<T: Clone + Eq + Hash + DataType>(
    map: &[(T, usize)],
    x_label: &str,
    y_label: &str,
    title: &str,
    pathname: &str
)
Expand description

A simple plot