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, uint nCols)
  2. HeatScatter opCall(R1 x, R2 y, uint nRows, uint nCols, double xMin, double xMax, double yMin, double yMax, OutOfBounds boundsBehavior)
  3. HeatScatter opCall(I nRows, uint nCols, double xMin, double xMax, double yMin, double yMax, OutOfBounds boundsBehavior)
    class HeatScatter
    static
    opCall
    (
    I
    )
    (,
    uint nCols
    ,
    double xMin
    ,
    double xMax
    ,
    double yMin
    ,
    double yMax
    ,)

Meta