Direction: Choose the correct option
Q1.
What is Matplotlib?
Direction: Choose the correct option
Q2.
Which module provides a MATLAB-like interface?
Direction: Choose the correct option
Q3.
How do you import pyplot?
Direction: Choose the correct option
Q4.
What does `plt.plot(x, y)` do?
Direction: Choose the correct option
Q5.
How do you display a plot?
Direction: Choose the correct option
Q6.
What does `plt.scatter(x, y)` create?
Direction: Choose the correct option
Q7.
How do you add a title to a plot?
Direction: Choose the correct option
Q8.
What is the purpose of `plt.subplots()`?
Direction: Choose the correct option
Q9.
How do you save a plot to a file?
Direction: Choose the correct option
Q10.
What does `plt.legend()` do?
