MCPcopy 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_colorFunction · 0.65
ExampleScatter_bubblesFunction · 0.65
CopyXYZsFunction · 0.65
XYMethod · 0.65

Calls

no outgoing calls

Tested by 2

ExampleScatter_colorFunction · 0.52
ExampleScatter_bubblesFunction · 0.52