Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ YErrors
TypeAlias
YErrors
plotter/plotter.go:264–264 ·
view source on GitHub ↗
YErrors implements the YErrorer interface.
Source
from the content-addressed store, hash-verified
262
263
// YErrors implements the YErrorer interface.
264
type
YErrors Errors
265
266
func
(ye YErrors) YError(i int) (float64, float64) {
267
return
ye[i].Low, ye[i].High
Callers
1
ExampleErrors
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected