MCPcopy Create free account
hub / github.com/cogentcore/core / SaveCSV

Method SaveCSV

plot/plotcore/ploteditor.go:213–216  ·  view source on GitHub ↗

SaveCSV saves the Table data to a csv (comma-separated values) file with headers (any delim)

(fname core.Filename, delim table.Delims)

Source from the content-addressed store, hash-verified

211
212// SaveCSV saves the Table data to a csv (comma-separated values) file with headers (any delim)
213func (pl *PlotEditor) SaveCSV(fname core.Filename, delim table.Delims) { //types:add
214 pl.table.SaveCSV(fname, delim, table.Headers)
215 pl.dataFile = fname
216}
217
218// SaveAll saves the current plot to a png, svg, and the data to a tsv -- full save
219// Any extension is removed and appropriate extensions are added

Callers 1

SaveAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected