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

Method Dims

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

Dims returns the dimensions of the grid.

()

Source from the content-addressed store, hash-verified

20type GridXYZ interface {
21 // Dims returns the dimensions of the grid.
22 Dims() (c, r int)
23
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.

Callers 15

DimsMethod · 0.65
XMethod · 0.65
YMethod · 0.65
NewHeatMapFunction · 0.65
plotRasterizedMethod · 0.65
plotVectorizedMethod · 0.65
DataRangeMethod · 0.65
GlyphBoxesMethod · 0.65
NewContourFunction · 0.65
quantilesR7Function · 0.65
DataRangeMethod · 0.65
GlyphBoxesMethod · 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 15

DimsMethod · 0.52
XMethod · 0.52
YMethod · 0.52
DimsMethod · 0.52
XMethod · 0.52
YMethod · 0.52
DimsMethod · 0.52
XMethod · 0.52
YMethod · 0.52
DimsMethod · 0.52
XMethod · 0.52
YMethod · 0.52