Figure.addPlot

Add one or more plots to the figure.

  1. This addPlot(Plot[] plots...)
  2. This addPlot(P[] plots)
    class Figure
    This
    addPlot
    (
    this This
    P
    )
    (
    P[] plots
    )
    if (
    is(P : Plot) &&
    !is(P == Plot)
    )

Meta