MCPcopy Create free account
hub / github.com/cogentcore/core / XYData

Method XYData

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

returns the data for this plot as X,Y points, including corresponding pixel data. This allows gui interface to inspect data etc.

()

Source from the content-addressed store, hash-verified

14 // including corresponding pixel data.
15 // This allows gui interface to inspect data etc.
16 XYData() (data XYer, pixels XYer)
17}
18
19// DataRanger wraps the DataRange method.

Callers 1

ClosestDataToPixelMethod · 0.65

Implementers 7

Lineplot/plots/line.go
BarChartplot/plots/barchart.go
Scatterplot/plots/scatter.go
Labelsplot/plots/labels.go
YErrorBarsplot/plots/errbars.go
XErrorBarsplot/plots/errbars.go
_cogentcore_org_core_plot_Plotteryaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by

no test coverage detected