MCPcopy Create free account
hub / github.com/dhale/jtk / addContours

Method addContours

core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:969–971  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

goMethod · 0.95
plot2NotreDameFunction · 0.45
plot2SquareFunction · 0.45
plot2LamontFunction · 0.45

Calls 1

addContoursViewMethod · 0.95

Tested by

no test coverage detected