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

Method addPixels

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

Adds a pixels view of the specified 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 pixels view.

(float[][] f)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

makePlotPanelFunction · 0.95
plotFunction · 0.95
sliceplotFunction · 0.95
demo1Method · 0.95
demo2Method · 0.95
goMethod · 0.95
goMethod · 0.95
initMethod · 0.45
plotFunction · 0.45
plot2NotreDameFunction · 0.45
plot2SquareFunction · 0.45
plot2TeapotFunction · 0.45

Calls 1

addPixelsViewMethod · 0.95

Tested by

no test coverage detected