MCPcopy Create free account
hub / github.com/cogentcore/core / Value

Method Value

plot/data.go:194–197  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

192}
193
194func (ys YValues) Value(i int) float32 {
195 _, y := ys.XY(i)
196 return y
197}
198
199//////////////////////////////////////////////////
200// XYer

Callers

nothing calls this directly

Calls 1

XYMethod · 0.65

Tested by

no test coverage detected