Informatics Practices

Name the function to give title to a plot.

PyPlot

2 Likes

Answer

The function title() in Matplotlib's Pyplot library is used to add a title to a plot.

Answered By

1 Like


Related Questions