Quiz: NumPy and Matplotlib
Multiple-choice questions
1
To import Matplotlib into our code, which of the following syntax is correct?
Select all that apply.
A)
from matplotlib import pyplot as plt
B)
import pyplot as plt
C)
import matplotlib.pyplot as plt
D)
import matplotlib.pyplot as plt from matplotlib
Question 1 of 70 attempted
Get hands-on with 1400+ tech skills courses.