MCPcopy 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

242type 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

NewXErrorBarsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected