Informatics Practices
For 2D plotting using a Python library, which library interface is often used ?
- seaborn
- plotly
- matplotlib
- matplotlib.pyplot
PyPlot
3 Likes
Answer
matplotlib.pyplot
Reason — The matplotlib.pyplot
interface is commonly used for 2D plotting in Python using the Matplotlib library.
Answered By
2 Likes
Related Questions
Which library is imported to draw charts in Python ?
- csv
- matplotlib
- numpy
- pandas
PyPlot is an interface of Python's …………… library.
- seaborn
- plotly
- ggplot
- matplotlib
Which of the following is not a valid chart type ?
- histogram
- statistical
- pie
- box
Which of the following is not a valid plotting function of Pyplot ?
- plot()
- bar()
- line()
- pie()