Informatics Practices
Which of the following functions is used to create a line chart ?
- line()
- plot()
- chart()
- plotline()
PyPlot
4 Likes
Answer
plot()
Reason — The plot() function is used to create a line chart or line graph.
Answered By
1 Like
Related Questions
A …………… is a summarization tool for discrete or continuous data.
- quartile
- histogram
- mean
- median
A visual representation of the statistical five number summary of a given dataset is known as …………… .
- histogram
- frequency distribution
- box plot
- frequency polygon
Which of the following function will produce a bar chart ?
- plot()
- bar()
- plotbar()
- barh()
Which of the following function will create a vertical bar chart ?
- plot()
- bar()
- plotbar()
- barh()