MCPcopy 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.
251type XErrors Errors
252
253func (xe XErrors) XError(i int) (float64, float64) {
254 return xe[i].Low, xe[i].High

Callers 1

ExampleErrorsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected