Lets say I have a list:
Name=['student','teacher','subjects']
Data=['70', '5', '8']
How do I plot this on a histogram using python matplotlib, with 'student','teacher','subjects' on the x axis, and '70', '5', '8' as the height of bar respectively?