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

Method Y

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

Y returns the coordinate for the row at the index r. It will panic if r is out of bounds for the grid.

(r int)

Source from the content-addressed store, hash-verified

29 // Y returns the coordinate for the row at the index r.
30 // It will panic if r is out of bounds for the grid.
31 Y(r int) float64
32}
33
34// Field implements the Plotter interface, drawing

Callers 3

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