Quiz: NumPy and Matplotlib

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.

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
...