MCPcopy Create free account
hub / github.com/gonum/plot / Len

Method Len

plotutil/add.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16type combineXYs struct{ xs, ys plotter.Valuer }
17
18func (c combineXYs) Len() int { return c.xs.Len() }
19func (c combineXYs) XY(i int) (float64, float64) { return c.xs.Value(i), c.ys.Value(i) }
20
21type item struct {

Callers

nothing calls this directly

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected