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

Method XY

plotter/quartile.go:187–189  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

185}
186
187func (o quartPlotOutsideLabels) XY(i int) (float64, float64) {
188 return o.qp.Location, o.qp.Value(o.qp.Outside[i])
189}
190
191func (o quartPlotOutsideLabels) Label(i int) string {
192 return o.labels[i]

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.65

Tested by

no test coverage detected