You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use it with Python scripts, snl.interactive = False is un-necessary.
snl.trend() (and all methods which create figures) calls matplotlib.pyplot.savefig() internally. Keyword arguments of matplotlib.pyplot.savefig(), including dpi=300, can be used as the keyword arguments of snl.trend(). If not, that may be a bug.
The text was updated successfully, but these errors were encountered:
As asked by @AnujTiwari with #851, how to export high resolution TIFF images is not documented currently.
When we use CovsirPhy with Jupyter Notebook, we can export TIFF files as follows.
When we use it with Python scripts,
snl.interactive = False
is un-necessary.snl.trend()
(and all methods which create figures) callsmatplotlib.pyplot.savefig()
internally. Keyword arguments ofmatplotlib.pyplot.savefig()
, includingdpi=300
, can be used as the keyword arguments ofsnl.trend()
. If not, that may be a bug.The text was updated successfully, but these errors were encountered: