MCPcopy 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
26func (d *DataTable) AddColumn(name string) {
27 d.columns = append(d.columns, name)
28}
29
30func (d *DataTable) AddRow(elms ...float64) {
31 d.rows = append(d.rows, elms)

Callers 5

TestCreateDataTableFunction · 0.80
TestLineChartIndependentFunction · 0.80
TestLineChartRelativeFunction · 0.80
TestLineChartFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestCreateDataTableFunction · 0.64
TestLineChartIndependentFunction · 0.64
TestLineChartRelativeFunction · 0.64
TestLineChartFunction · 0.64