Informatics Practices
Related Questions
PyPlot is an interface of Python's …………… library.
- seaborn
- plotly
- ggplot
- matplotlib
For 2D plotting using a Python library, which library interface is often used ?
- seaborn
- plotly
- matplotlib
- matplotlib.pyplot
Which of the following is not a valid plotting function of Pyplot ?
- plot()
- bar()
- line()
- pie()
Which of the following plotting functions does not plot multiple data series ?
- plot()
- bar()
- pie()
- barh()