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

Method asPixels

core/src/main/java/edu/mines/jtk/mosaic/SimplePlot.java:145–150  ·  view source on GitHub ↗

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

source not stored for this graph (policy: none)

Callers 1

plot2Method · 0.95

Calls 3

addPixelsMethod · 0.95
setInterpolationMethod · 0.95
convertToFloatMethod · 0.95

Tested by

no test coverage detected