Informatics Practices
Which of the following is not a valid plotting function of Pyplot ?
- plot()
- bar()
- line()
- pie()
PyPlot
1 Like
Answer
line()
Reason — The line() function is not a valid plotting function of Pyplot. In Matplotlib's Pyplot module, the correct function for creating line plots is plot().
Answered By
2 Likes
Related Questions
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 chart type ?
- histogram
- statistical
- pie
- box
Which of the following plotting functions does not plot multiple data series ?
- plot()
- bar()
- pie()
- barh()
The plot which tells the trend between two graphed variables is the …………… graph/chart.
- line
- scatter
- bar
- pie