Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
318
func
(o boxPlotOutsideLabels) XY(i int) (float64, float64) {
319
return
o.box.Location, o.box.Value(o.box.Outside[i])
320
}
321
322
func
(o boxPlotOutsideLabels) Label(i int) string {
323
return
o.labels[i]
Callers
nothing calls this directly
Calls
1
Value
Method · 0.65
Tested by
no test coverage detected