Which of the following is not a valid plotting function of Pyplot ?
plot()
bar()
line()
pie()
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().