HeatScatter.opCall
- HeatScatter opCall(R1 x, R2 y, uint nRows = 10, uint nCols = 10)
- HeatScatter opCall(R1 x, R2 y, uint nRows, uint nCols, double xMin, double xMax, double yMin, double yMax, OutOfBounds boundsBehavior = OutOfBounds.Throw)
- HeatScatter opCall(I nRows, uint nCols, double xMin, double xMax, double yMin, double yMax, OutOfBounds boundsBehavior = OutOfBounds.Throw)
plot2killplotHeatScatter
functionsstatic functions
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.