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

Method XY

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

Source from the content-addressed store, hash-verified

316}
317
318func (o boxPlotOutsideLabels) XY(i int) (float64, float64) {
319 return o.box.Location, o.box.Value(o.box.Outside[i])
320}
321
322func (o boxPlotOutsideLabels) Label(i int) string {
323 return o.labels[i]

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.65

Tested by

no test coverage detected