In this Python Programming video tutorial you will learn how to make a simple plot using matplotlib package in detail.
Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy.
Here we will use pyplot module to make a simple plot. we will use plot() to create plot and show() to display the plot.
To name x axis and y axis we will use xlabel() and ylabel() of pyplot module.
To name the plot we can use title().
#matplotlib #Python
For more free tutorials on computer programming
/ amulsacademy
/ amulsacademy