Adds a contours view with the function f(x1,x2). Function f(x1,x2) assumed to have uniform sampling. @param f array[n2][n1] of sampled function values f(x1,x2), where n1 = f[0].length and n2 = f.length. @return the contours view.
(float[][] f)
source not stored for this graph (policy: none)
no test coverage detected