Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gonum/plot
/ Len
Method
Len
plotutil/add.go:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
type
combineXYs
struct
{ xs, ys plotter.Valuer }
17
18
func
(c combineXYs) Len() int {
return
c.xs.Len() }
19
func
(c combineXYs) XY(i int) (float64, float64) {
return
c.xs.Value(i), c.ys.Value(i) }
20
21
type
item
struct
{
Callers
nothing calls this directly
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected