Informatics Practices

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

PyPlot

1 Like

Answer

(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

Answered By

3 Likes


Related Questions