ScatterPlot.opCall

Convenience factory that produces a ScatterPlot with a default X axis numbered 1, 2, ..., N where N is the number of points. Mostly useful for quick and dirty plots.

  1. ScatterPlot opCall(R1 x, R2 y)
  2. ScatterPlot opCall(R y)
    class ScatterPlot
    static
    opCall
    (
    R
    )
    (
    R y
    )
    if (
    isInputRange!R &&
    is(ElementType!R : double)
    )

Meta