fn draw_graph(
    context: &CanvasRenderingContext2d,
    w: f64,
    h: f64,
    enes: &[Vec<f64>; 2]
)
Expand description

Draws a graph at the right-most position in the canvas.