Answers for "how to save figures on colab matplotlib"

1

colab save figure

from google.colab import files
plt.savefig("abc.png")
files.download("abc.png")
Posted by: Guest on May-05-2020

Code answers related to "how to save figures on colab matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language