Skip to content

In this hands-on training notebook how to use the matplotlib library to plot beautiful graphs in python.

Notifications You must be signed in to change notification settings

labrijisaad/Data-scientist-tools-Matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

🛠️ Data scientist tools - matplotlib :

  • 🎯 We will see in this hands-on training notebook how to use the matplotlib library to plot beautiful graphs in Python.
  • 📫 Feel free to contact me if anything is wrong or if anything needs to be changed 😎! labrijisaad@gmail.com
  • 🙌 Notebook made by @labriji_saad inspired by the work of ageron.

Open In Colab

🕊️ General overview :

  • 👣 Here are the steps we followed in this notebook :
    • 1️⃣ Plotting your first graph
    • 2️⃣ Line style and color.
    • 3️⃣ Saving a figure.
    • 4️⃣ Subplots.
    • 5️⃣ Multiple figures.
    • 6️⃣ Pylab vs Pyplot vs Matplotlib.
    • 7️⃣ Drawing text.
    • 8️⃣ Legends.
    • 9️⃣ Non linear scales.
    • 1️⃣0️⃣ Ticks and tickers
    • 1️⃣1️⃣ Polar projection.
    • 1️⃣2️⃣ 3D projection
    • 1️⃣3️⃣ Scatter plot
    • 1️⃣4️⃣ Lines
    • 1️⃣5️⃣ Histograms
    • 1️⃣6️⃣ Images
    • 1️⃣7️⃣ Animations
    • 1️⃣8️⃣ What next ?