Quiz: NumPy and Matplotlib
We'll cover the following...
We'll cover the following...
Multiple-choice questions
1.
To import Matplotlib into our code, which of the following syntax is correct?
Select all that apply. Multi-select
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
1 / 7
...