CBSE Class 12 Informatics Practices
Question 87 of 147
Plotting with Pyplot — Question 3
Back to all questions(a) line chart: plot() function
(b) bar chart: bar() function
(c) horizontal bar chart: barh() function
(d) histogram: hist() function
(e) scatter chart: scatter() function
(j) boxplot: boxplot() function
(g) pie chart: pie() function