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

Method XY

plotter/boxplot.go:433–435  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

431}
432
433func (o horizBoxPlotOutsideLabels) XY(i int) (float64, float64) {
434 return o.box.Value(o.box.Outside[i]), o.box.Location
435}
436
437// ValueLabels implements both the Valuer
438// and Labeller interfaces.

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.65

Tested by

no test coverage detected