MCPcopy 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

11type Table interface {
12 // number of columns of data
13 NumColumns() int
14
15 // name of given column
16 ColumnName(i int) string

Callers 6

TableColumnIndexFunction · 0.65
validateMethod · 0.65
UpdatePlotMethod · 0.65
columnsListUpdateMethod · 0.65
UpdateSliceSizeMethod · 0.65
TestIndexViewFunction · 0.65

Implementers 1

_cogentcore_org_core_plot_plots_Tableyaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by 1

TestIndexViewFunction · 0.52