Saving a file several times
If you want to share your visualizations with others, you will need to save them into files. Matplotlib provides as way to do that, through the savefig method of the Figure object. In this exercise, you will save a figure several times. Each time setting the parameters to something slightly different. We have provided and already created Figure object.
Questo esercizio fa parte del corso
Introduction to Data Visualization with Matplotlib
Esercizio pratico interattivo
Prova a risolvere questo esercizio completando il codice di esempio.
# Show the figure
____