Function plotv

  • Plot a curve given a list of points

    Parameters

    • data: Vector2[]

      list of points

    • Optionalaxes_options: Partial<axes_options>

      options for the axes example: opt = { bbox : [V2(-100,-100), V2(100,100)], xrange : [-2, 2], yrange : [-2, 2], }

    Returns Diagram