Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ NumColumns
Method
NumColumns
plot/plots/table.go:13–13 ·
view source on GitHub ↗
number of columns of data
()
Source
from the content-addressed store, hash-verified
11
type
Table
interface
{
12
// number of columns of data
13
NumColumns() int
14
15
// name of given column
16
ColumnName(i int) string
Callers
6
TableColumnIndex
Function · 0.65
validate
Method · 0.65
UpdatePlot
Method · 0.65
columnsListUpdate
Method · 0.65
UpdateSliceSize
Method · 0.65
TestIndexView
Function · 0.65
Implementers
1
_cogentcore_org_core_plot_plots_Table
yaegicore/symbols/cogentcore_org-core-
Calls
no outgoing calls
Tested by
1
TestIndexView
Function · 0.52