Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
func
(pt *Plot) SizeFinal() {
131
pt.WidgetBase.SizeFinal()
132
pt.updatePlot()
133
}
134
135
func
(pt *Plot) Render() {
136
pt.WidgetBase.Render()
Callers
nothing calls this directly
Calls
2
updatePlot
Method · 0.95
SizeFinal
Method · 0.65
Tested by
no test coverage detected