CBSE Class 12 Informatics Practices Question 7 of 44

Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 7

Back to all questions
7
Question

Question 7

By default, the plot() function of Matplotlib draws a ............... plot.

  1. histogram
  2. column
  3. bar
  4. line
Answer

line

Reason — By default, the plot() function of Matplotlib draws a line plot, which connects data points with lines.