Informatics Practices
Which function would you use to set the limits for x-axis of the plot ?
- limits()
- xlimits()
- xlim()
- lim()
Related Questions
Which function lets you set the title of the plot ?
- title()
- plottitle()
- graphtitle()
- all of these
The command used to give a heading to a graph is …………… .
- plt.show()
- plt.plot()
- plt.xlabel()
- plt.title()
Which function is used to show legends ?
- display()
- show()
- legend()
- legends()
Which argument must be set with plotting functions for legend() to display the legends ?
- data
- label
- name
- sequence