sdapy.snerun.snobject.showfig¶
- snobject.showfig(ax=None, **kwargs)¶
Show the stored figure, that was saved by the snobject.savefig.
- Parameters
- axmatplotlib.subplot
matplotlib.subplot, if None, will create one instead.
- figsizetuple
figure size
- figpathstr
figure file name
- dpiint
matplotlib resolution
- verbosebool
Enable progress report
See also