How to save figures by Python?

Hi all,

How do I save the figure I generated by the Python API? The provided examples save the session to vs3 format by using ses.Save() function. But how to save the figure in jupyter notebook to .png format (some function like plt.savefig)?

Thanks,
Ivan

Hi Ivan,

You would use Session.Render("image.png")