CBSE Class 12 Informatics Practices Question 33 of 73

Data Visualization using Matplotlib — Question 10

Back to all questions
10
Question

Question 10

Which of the following plots makes it easy to visualize a trend in data over intervals of time.

  1. Box plot
  2. Histogram
  3. Line Chart
  4. Bar chart
Answer

Line Chart

Reason — A line chart is a type of plot that displays data as a series of points connected by lines, making it easy to visualize trends in data over intervals of time.