CBSE Class 12 Informatics Practices Question 27 of 73

Data Visualization using Matplotlib — Question 4

Back to all questions
4
Question

Question 4

Which of the following is not a visualization under Matplotlib?

  1. Line plot
  2. Histogram
  3. Bar plot
  4. Table plot
Answer

Table plot

Reason — Matplotlib is a plotting library that provides various visualization tools, including line plots, scatter plots, histograms, and bar plots.