Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ XYZ
Method
XYZ
plotter/plotter.go:186–186 ·
view source on GitHub ↗
XYZ returns an x, y, z triple.
(int)
Source
from the content-addressed store, hash-verified
184
185
// XYZ returns an x, y, z triple.
186
XYZ(int) (float64, float64, float64)
187
188
// XY returns an x, y pair.
189
XY(int) (float64, float64)
Callers
4
ExampleScatter_color
Function · 0.65
ExampleScatter_bubbles
Function · 0.65
CopyXYZs
Function · 0.65
XY
Method · 0.65
Calls
no outgoing calls
Tested by
2
ExampleScatter_color
Function · 0.52
ExampleScatter_bubbles
Function · 0.52