What is a line chart ?
3 Likes
A line chart, or line graph, is a type of chart that displays information as a series of data points called 'markers' connected by straight line segments.
Answered By
Write the statement to import PyPlot in your script.
Name the functions to create the following :
(a) line chart
(b) bar chart
(c) horizontal bar chart
(d) histogram
(e) scatter chart
(j) boxplot
(g) pie chart
What is a scatter chart ? How is it different from line chart ?
What is the utility of pie chart ?