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

Method XY

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

XY returns an x, y pair.

(int)

Source from the content-addressed store, hash-verified

117
118 // XY returns an x, y pair.
119 XY(int) (x, y float64)
120}
121
122// XYRange returns the minimum and maximum

Callers 6

GlyphBoxesMethod · 0.65
binPointsFunction · 0.65
CopyXYsFunction · 0.65
ValueMethod · 0.65
ValueMethod · 0.65
NewErrorPointsFunction · 0.65

Implementers 3

quartPlotOutsideLabelsplotter/quartile.go
boxPlotOutsideLabelsplotter/boxplot.go
combineXYsplotutil/add.go

Calls

no outgoing calls

Tested by

no test coverage detected