Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ Value
Method
Value
plotter/plotter.go:175–178 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
173
}
174
175
func
(ys YValues) Value(i int) float64 {
176
_, y := ys.XY(i)
177
return
y
178
}
179
180
// XYZer wraps the Len and XYZ methods.
181
type
XYZer
interface
{
Callers
nothing calls this directly
Calls
1
XY
Method · 0.65
Tested by
no test coverage detected