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

Method Value

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

Source from the content-addressed store, hash-verified

173}
174
175func (ys YValues) Value(i int) float64 {
176 _, y := ys.XY(i)
177 return y
178}
179
180// XYZer wraps the Len and XYZ methods.
181type XYZer interface {

Callers

nothing calls this directly

Calls 1

XYMethod · 0.65

Tested by

no test coverage detected