Returns a new plot with a pixels view of a sampled function f(x1,x2). Assumes zero first-sample values and unit sampling intervals. @param f array[n2][n1] of sampled function values f(x1,x2), where n1 = f[0].length and n2 = f.length. @return the plot.
(float[][] f)
source not stored for this graph (policy: none)
no test coverage detected