HeatScatter.opCall

Create a blank HeatScatter to fill in using the put() method.

Note: This is a template only because templates can't be overloaded against regular functions.

  1. HeatScatter opCall(R1 x, R2 y, uint nRows = 10, uint nCols = 10)
  2. HeatScatter opCall(R1 x, R2 y, uint nRows, uint nCols, double xMin, double xMax, double yMin, double yMax, OutOfBounds boundsBehavior = OutOfBounds.Throw)
  3. HeatScatter opCall(I nRows, uint nCols, double xMin, double xMax, double yMin, double yMax, OutOfBounds boundsBehavior = OutOfBounds.Throw)
    class HeatScatter
    static
    opCall
    (
    I
    )
    (
    ,
    uint nCols
    ,
    double xMin
    ,
    double xMax
    ,
    double yMin
    ,
    double yMax
    ,
    )

Meta