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

Method XY

plot/data.go:260–263  ·  view source on GitHub ↗

XY implements the XY method of the XYer interface.

(i int)

Source from the content-addressed store, hash-verified

258
259// XY implements the XY method of the XYer interface.
260func (xy XYValues) XY(i int) (float32, float32) {
261 x, y, _ := xy.XYZ(i)
262 return x, y
263}
264
265//////////////////////////////////////////////////
266// Labeler

Callers

nothing calls this directly

Calls 1

XYZMethod · 0.65

Tested by

no test coverage detected