Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ boxPlotOutsideLabels
Struct
boxPlotOutsideLabels
plotter/boxplot.go:309–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
type
boxPlotOutsideLabels
struct
{
310
box *BoxPlot
311
labels []string
312
}
313
314
func
(o boxPlotOutsideLabels) Len() int {
315
return
len(o.box.Outside)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected