Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ XError
Method
XError
plotter/plotter.go:244–244 ·
view source on GitHub ↗
XError returns two error values for X data.
(int)
Source
from the content-addressed store, hash-verified
242
type
XErrorer
interface
{
243
// XError returns two error values for X data.
244
XError(int) (float64, float64)
245
}
246
247
// Errors is a slice of low and high error values.
Callers
1
NewXErrorBars
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected