Follow the below steps to use bar graph in you Jupyter Notebook:
import the matplotlib module.
Take the x-axis input in an array.
Take the y-axis input in an array.
Plot the Bar Graph using bar() functions. ...
Set the title of your graph by using title() function.
Show the graph using show() method.
#Machine Learning
#Python
#AI
#Tutorials
#Education
#Students
#Beginners