Write function to create following:
(1) Line Chart (2) Bar Chart (3) Horizontal Bar Chart (4) Histogram (5) Scatter Chart (6) Box Plot (7) Pie Chart

Ans:
(1) plot()
(2) bar()
(3) barh()
(4) hist()
(5) scatter()
(6) boxplot()
(7) pie()

error: Content is protected !!