Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ Len
Method
Len
plot/data.go:122–122 ·
view source on GitHub ↗
Len returns the number of x, y pairs.
()
Source
from the content-addressed store, hash-verified
120
type
XYer
interface
{
121
// Len returns the number of x, y pairs.
122
Len() int
123
124
// XY returns an x, y pair.
125
XY(i int) (x, y float32)
Callers
15
nodeSize
Method · 0.65
ConfigMeshes
Method · 0.65
ConfigTextures
Method · 0.65
AllocTextures
Method · 0.65
UpdateTextureIndex
Method · 0.65
Range
Function · 0.65
CopyValues
Function · 0.65
CopyXYs
Function · 0.65
CopyXYZs
Function · 0.65
ClosestDataToPixel
Method · 0.65
NewLabels
Function · 0.65
NewYErrorBars
Function · 0.65
Implementers
5
TableXYer
plot/plots/table.go
tableXY
plot/plotcore/tablexy.go
_cogentcore_org_core_plot_XYZer
yaegicore/symbols/cogentcore_org-core-
_cogentcore_org_core_plot_XYer
yaegicore/symbols/cogentcore_org-core-
_cogentcore_org_core_plot_plots_XYLabeler
yaegicore/symbols/cogentcore_org-core-
Calls
no outgoing calls
Tested by
2
TestMap
Function · 0.52
compareElements
Function · 0.52