Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/buger/goterm
/ AddColumn
Method
AddColumn
plot.go:26–28 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(d *DataTable) AddColumn(name string) {
27
d.columns = append(d.columns, name)
28
}
29
30
func
(d *DataTable) AddRow(elms ...float64) {
31
d.rows = append(d.rows, elms)
Callers
5
TestCreateDataTable
Function · 0.80
TestLineChartIndependent
Function · 0.80
TestLineChartRelative
Function · 0.80
TestLineChart
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
4
TestCreateDataTable
Function · 0.64
TestLineChartIndependent
Function · 0.64
TestLineChartRelative
Function · 0.64
TestLineChart
Function · 0.64