MCPcopy Index your code
hub / github.com/buger/goterm / AddRow

Method AddRow

plot.go:30–32  ·  view source on GitHub ↗
(elms ...float64)

Source from the content-addressed store, hash-verified

28}
29
30func (d *DataTable) AddRow(elms ...float64) {
31 d.rows = append(d.rows, elms)
32}
33
34type Chart interface {
35 Draw(data DataTable, flags int) string

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