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

Struct combineXYs

plotutil/add.go:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
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) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected