CBSE Class 12 Informatics Practices
Question 50 of 73
Data Visualization using Matplotlib — Question 15
Back to all questionsThe various methods used with 'pyplot' object are as follows:
- Plotting methods — plot(), scatter(), bar(), hist() and pie().
- Labeling and titling methods — xlabel(), ylabel() and title().
- Legend methods — legend().
- axis methods — axis(), xlim(), ylim(), xticks() and yticks().
- grid methods — grid().
- figure and axes methods — figure(), subplots().
- display and save methods — show(), savefig() and close().