Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ Values
TypeAlias
Values
plotter/plotter.go:67–67 ·
view source on GitHub ↗
Values implements the Valuer interface.
Source
from the content-addressed store, hash-verified
65
66
// Values implements the Valuer interface.
67
type
Values []float64
68
69
var
(
70
ErrInfinity = errors.New(
"plotter: infinite data point"
)
Callers
1
TestSingletonHistogram
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected