Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
type
DataRanger
interface
{
21
// DataRange returns the range of X and Y values.
22
DataRange() (xmin, xmax, ymin, ymax float32)
23
}
Callers
1
UpdateRangeFromPlotter
Method · 0.65
Implementers
7
Line
plot/plots/line.go
BarChart
plot/plots/barchart.go
Scatter
plot/plots/scatter.go
Labels
plot/plots/labels.go
YErrorBars
plot/plots/errbars.go
XErrorBars
plot/plots/errbars.go
_cogentcore_org_core_plot_DataRanger
yaegicore/symbols/cogentcore_org-core-
Calls
no outgoing calls
Tested by
no test coverage detected