Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ XErrors
TypeAlias
XErrors
plotter/plotter.go:251–251 ·
view source on GitHub ↗
XErrors implements the XErrorer interface.
Source
from the content-addressed store, hash-verified
249
250
// XErrors implements the XErrorer interface.
251
type
XErrors Errors
252
253
func
(xe XErrors) XError(i int) (float64, float64) {
254
return
xe[i].Low, xe[i].High
Callers
1
ExampleErrors
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected