Informatics Practices

Which function lets you set the title of the plot ?

  1. title()
  2. plottitle()
  3. graphtitle()
  4. all of these

PyPlot

2 Likes

Answer

title()

Reason — The title() function sets the title of the plot in Matplotlib.

Answered By

3 Likes


Related Questions