Skip to content

rajatchauhan99/Understanding-Basic-Plots-using-Matplotlib.pyplot-as-plt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Understanding-Basic-Plots-using-Matplotlib.pyplot-as-plt

Practicing the basic plots that we can create using matplotlib library of pandas. This includes:

  1. creating line graph. plt.plot(x,y)

  2. bar graph plt.bar(x,y)

  3. For histogram we use plt.hist(x) where x is the univariate variable to work on

  4. scatter plots plt.scatter(x,y)

  5. pie charts plt.pie(values for slicers, labels over it)

  6. Using plt.subplots for making multiple plots for a good representation. (Just like a dashboard kind of thing,)

So here we will see, how we also add lables, xlable, ylabel, adding titles, adding legends, changing colors, size etc.

It was fun to learn this stuff from this video:

https://www.youtube.com/watch?v=yZTBMMdPOww

About

Practicing the basic plots that we can create using matplotlib library of pandas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published