Informatics Practices

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

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

PyPlot

4 Likes

Answer

plot()

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

Answered By

2 Likes


Related Questions