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

Method SizeFinal

plot/plotcore/plot.go:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func (pt *Plot) SizeFinal() {
131 pt.WidgetBase.SizeFinal()
132 pt.updatePlot()
133}
134
135func (pt *Plot) Render() {
136 pt.WidgetBase.Render()

Callers

nothing calls this directly

Calls 2

updatePlotMethod · 0.95
SizeFinalMethod · 0.65

Tested by

no test coverage detected