Figure.removePlot

Remove one or more plots from the figure. If the plots are not in the figure, they are silently ignored.

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

Meta