Tutorial 26 - Basic plotting in python using matplot.pyplot

Plotting is an essential task for scientific data visualization. While there are many python libraries for plotting most of them use matplotlib in their back-end. This video explains the basic plotting functionality of matplotlib.pyplot library. Advanced plotting will be covered in a different video. Code associated with these tutorials can be downloaded from here: https://github.com/bnsreenu/python_fo...