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

TypeAlias YErrors

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

YErrors implements the YErrorer interface.

Source from the content-addressed store, hash-verified

262
263// YErrors implements the YErrorer interface.
264type YErrors Errors
265
266func (ye YErrors) YError(i int) (float64, float64) {
267 return ye[i].Low, ye[i].High

Callers 1

ExampleErrorsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected