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

Method XY

plotter/plotter.go:230–233  ·  view source on GitHub ↗

XY implements the XY method of the XYer interface.

(i int)

Source from the content-addressed store, hash-verified

228
229// XY implements the XY method of the XYer interface.
230func (xy XYValues) XY(i int) (float64, float64) {
231 x, y, _ := xy.XYZ(i)
232 return x, y
233}
234
235// Labeller wraps the Label methods.
236type Labeller interface {

Callers

nothing calls this directly

Calls 1

XYZMethod · 0.65

Tested by

no test coverage detected