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

Method ColumnsFromMetaMap

plot/plotcore/ploteditor.go:432–436  ·  view source on GitHub ↗

ColumnsFromMetaMap updates all the column settings from given meta map

(meta map[string]string)

Source from the content-addressed store, hash-verified

430
431// ColumnsFromMetaMap updates all the column settings from given meta map
432func (pl *PlotEditor) ColumnsFromMetaMap(meta map[string]string) {
433 for _, cp := range pl.Columns {
434 cp.fromMetaMap(meta)
435 }
436}
437
438// setAllColumns turns all Columns on or off (except X axis)
439func (pl *PlotEditor) setAllColumns(on bool) {

Callers

nothing calls this directly

Calls 1

fromMetaMapMethod · 0.80

Tested by

no test coverage detected