Informatics Practices

Which of the following methods should be employed in the code to display a plot()?

  1. show()
  2. display()
  3. execute()
  4. plot()

PyPlot

1 Like

Answer

show()

Reason — In Matplotlib, the show() method is used to display a plot.

Answered By

1 Like


Related Questions