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

Method DataRange

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

DataRange returns the range of X and Y values.

()

Source from the content-addressed store, hash-verified

20type DataRanger interface {
21 // DataRange returns the range of X and Y values.
22 DataRange() (xmin, xmax, ymin, ymax float32)
23}

Callers 1

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_DataRangeryaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by

no test coverage detected