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

Method Value

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

Source from the content-addressed store, hash-verified

181}
182
183func (xs XValues) Value(i int) float32 {
184 x, _ := xs.XY(i)
185 return x
186}
187
188// YValues implements the Valuer interface,
189// returning the y value from an XYer.

Callers

nothing calls this directly

Calls 1

XYMethod · 0.65

Tested by

no test coverage detected