MCPcopy Index your code
hub / github.com/gonum/plot / Z

Method Z

plotter/heat.go:26–26  ·  view source on GitHub ↗

Z returns the value of a grid value at (c, r). It will panic if c or r are out of bounds for the grid.

(c, r int)

Source from the content-addressed store, hash-verified

24 // Z returns the value of a grid value at (c, r).
25 // It will panic if c or r are out of bounds for the grid.
26 Z(c, r int) float64
27
28 // X returns the coordinate for the column at the index c.
29 // It will panic if c is out of bounds for the grid.

Callers 6

NewHeatMapFunction · 0.65
plotRasterizedMethod · 0.65
plotVectorizedMethod · 0.65
NewContourFunction · 0.65
quantilesR7Function · 0.65
conrecFunction · 0.65

Implementers 4

unitGridplotter/contour_example_test.go
offsetUnitGridplotter/heat_test.go
deciGridplotter/volcano_example_test.go
offsetUnitGridpalette/moreland/example_test.go

Calls

no outgoing calls

Tested by

no test coverage detected