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

Method Dims

plotter/field.go:19–19  ·  view source on GitHub ↗

Dims returns the dimensions of the grid.

()

Source from the content-addressed store, hash-verified

17type FieldXY interface {
18 // Dims returns the dimensions of the grid.
19 Dims() (c, r int)
20
21 // Vector returns the value of a vector field at (c, r).
22 // It will panic if c or r are out of bounds for the field.

Callers 4

NewFieldFunction · 0.65
PlotMethod · 0.65
DataRangeMethod · 0.65
GlyphBoxesMethod · 0.65

Implementers 1

fieldplotter/field_test.go

Calls

no outgoing calls

Tested by

no test coverage detected