Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
258
type
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
NewYErrorBars
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected