6.100L | Introduction to CS and Programming using Python > Lecture 25 - Plotting > Flashcards
What is the result from the statement below?
IN: >> matplotlib.pyplot.figure(1)
It creates a new figure called 1.
1