Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ stackValues
Struct
stackValues
plotutil/main.go:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
type
stackValues
struct
{ vs []plotter.Values }
115
116
func
(n stackValues) Len() int {
return
n.vs[0].Len() }
117
func
(n stackValues) Value(i int) float64 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected