- 🎯 We will see in this
hands-on training notebook
how to use thematplotlib
library to plot beautiful graphs inPython
. - 📫 Feel free to contact me if anything is wrong or if anything needs to be changed 😎! [email protected]
- 🙌 Notebook made by @labriji_saad inspired by the work of ageron.
- 👣 Here are the steps we followed in this notebook :
- 1️⃣ Plotting your
first graph
- 2️⃣
Line style
andcolor
. - 3️⃣
Saving
a figure. - 4️⃣
Subplots
. - 5️⃣
Multiple
figures. - 6️⃣
Pylab
vsPyplot
vsMatplotlib
. - 7️⃣
Drawing text
. - 8️⃣
Legends
. - 9️⃣
Non linear
scales. - 1️⃣0️⃣
Ticks
andtickers
- 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 ?
- 1️⃣ Plotting your