In this post we will create first plot using the matplotlib library. This will be a simple line plot. Then we will cover the basics of the plot such as figure, axes and plot elements. After line plot we will create the scatter plot i.e. plot the data pots using the scatter plot. The next step would be to learn how to customize your plots and finally to learn how to save and export your plots.