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

Method Value

plotter/plotter.go:164–167  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

162}
163
164func (xs XValues) Value(i int) float64 {
165 x, _ := xs.XY(i)
166 return x
167}
168
169// YValues implements the Valuer interface,
170// returning the y value from an XYer.

Callers

nothing calls this directly

Calls 1

XYMethod · 0.65

Tested by

no test coverage detected