Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
187
func
(o quartPlotOutsideLabels) XY(i int) (float64, float64) {
188
return
o.qp.Location, o.qp.Value(o.qp.Outside[i])
189
}
190
191
func
(o quartPlotOutsideLabels) Label(i int) string {
192
return
o.labels[i]
Callers
nothing calls this directly
Calls
1
Value
Method · 0.65
Tested by
no test coverage detected