Www.iswkoman.com

Complete the code given below to plot and display a bar graph with subject on x-axis and no_of_ students on y-axis: import matplotlib.pyplot as plt . subjects = ['IP','CS','Economics','BS'] no_of_students = [10,28,36,44] _____ _____ 4. What is matplotlib library? 5. Write a Python program to draw a histogram with the following information: ... ................
................