MCPcopy Index your code
hub / github.com/gonum/plot / YError

Method YError

plotter/plotter.go:260–260  ·  view source on GitHub ↗

YError returns two error values for Y data.

(int)

Source from the content-addressed store, hash-verified

258type YErrorer interface {
259 // YError returns two error values for Y data.
260 YError(int) (float64, float64)
261}
262
263// YErrors implements the YErrorer interface.

Callers 1

NewYErrorBarsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected