Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daft-dev/daft
/ reset_figure
Method
reset_figure
daft.py:1308–1309 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1306
self.figsize = self.grid_unit * self.shape / self.shp_fig_scale
1307
1308
def
reset_figure(self):
1309
self.close()
1310
1311
def
close(self):
1312
if
self._figure is not None:
Callers
1
render
Method · 0.80
Calls
1
close
Method · 0.95
Tested by
no test coverage detected