CBSE Class 12 Informatics Practices Question 46 of 147

Plotting with Pyplot — Question 11

Back to all questions
11
Question

Question 11

Which of the following functions is used to create a line chart ?

  1. line()
  2. plot()
  3. chart()
  4. plotline()
Answer

plot()

Reason — The plot() function is used to create a line chart or line graph.