Name the function to set figure size of a plot.
2 Likes
The figure() function in Matplotlib's Pyplot library is used to set figure size of a plot.
figure()
Answered By
1 Like
Name the function to label axes.
Name the function to give title to a plot.
Name the function to set limits for the axes.
Name the function to show legends on a plot.