Figure.opCall

Convenience factory that adds all plots provided to the Figure.

  1. Figure opCall()
  2. Figure opCall(Plot[] plots...)
  3. Figure opCall(P[] plots)
    class Figure
    static
    opCall
    (
    P
    )
    (
    P[] plots
    )
    if (
    is(P : Plot) &&
    !is(P == Plot)
    )

Meta