Informatics Practices
Which function lets you set the title of the plot ?
- title()
- plottitle()
- graphtitle()
- all of these
Related Questions
Which argument of bar() lets you set the thickness of bar ?
- thick
- thickness
- width
- barwidth
To change the width of bars in a bar chart, which of the following arguments with a float value is used ?
- hwidth
- width
- breath
- barwidth
The command used to give a heading to a graph is …………… .
- plt.show()
- plt.plot()
- plt.xlabel()
- plt.title()
Which function would you use to set the limits for x-axis of the plot ?
- limits()
- xlimits()
- xlim()
- lim()