CBSE Class 12 Informatics Practices Question 64 of 73

Data Visualization using Matplotlib — Question 2

Back to all questions
2
Question

Question 2

To save the plot, we have to use save graph() function.

Answer

False

Reason — To save the plot, we have to use savefig() function.