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

Method fromMeta

plot/plotcore/options.go:97–99  ·  view source on GitHub ↗

fromMeta sets plot options from meta data.

(dt *table.Table)

Source from the content-addressed store, hash-verified

95
96// fromMeta sets plot options from meta data.
97func (po *PlotOptions) fromMeta(dt *table.Table) {
98 po.FromMetaMap(dt.MetaData)
99}
100
101// metaMapLower tries meta data access by lower-case version of key too
102func metaMapLower(meta map[string]string, key string) (string, bool) {

Callers 1

InitMethod · 0.80

Calls 1

FromMetaMapMethod · 0.95

Tested by

no test coverage detected