pub fn plot_curve<B>(
    backend: B,
    title: &str,
    curves: &[(&str, &[[f64; 2]])]
) -> Result<()> where
    B: DrawingBackend,
    B::ErrorType: 'static, 
Expand description

Plot 2D curve.