CBSE Class 12 Informatics Practices Question 37 of 147

Plotting with Pyplot — Question 2

Back to all questions
2
Question

Question 2

PyPlot is an interface of Python's ............... library.

  1. seaborn
  2. plotly
  3. ggplot
  4. matplotlib
Answer

matplotlib

Reason — PyPlot is an interface of Python's Matplotlib library that allows users to construct 2D plots easily and interactively.