CBSE Class 12 Informatics Practices Question 39 of 73

Data Visualization using Matplotlib — Question 4

Back to all questions
4
Question

Question 4

How many types of graphs are plotted using pyplot?

Answer

The types of graphs that can be plotted using the pyplot module are as follows:

  1. Line plots
  2. Scatter plots
  3. Bar charts
  4. Histograms
  5. Pie charts
  6. Box plots