Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cselab/aphros
/ SaveBasicFigure
Function
SaveBasicFigure
deploy/scripts/aphros/plot.py:214–216 ·
view source on GitHub ↗
(fig, filename)
Source
from the content-addressed store, hash-verified
212
fig.savefig(filename)
213
214
def
SaveBasicFigure(fig, filename):
215
print(
"SaveBasicFigure is deprecated. Use SaveFigure"
)
216
SaveFigure(fig, filename)
217
218
219
Callers
nothing calls this directly
Calls
1
SaveFigure
Function · 0.85
Tested by
no test coverage detected