File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ import matplotlib.pyplot as plt
6060import numpy as np
6161```
6262
63- ##Graphiques de Base avec Matplotlib
63+ ## Graphiques de Base avec Matplotlib
6464
6565## Courbe Linéaire (Line Plot)
6666Les courbes permettent d'observer l'évolution d'une variable sur un axe donné.
@@ -423,7 +423,7 @@ plt.show()
423423```
424424---
425425
426- #Conclusion
426+ # Conclusion
427427
428428Ce guide vous offre une base solide pour utiliser Matplotlib et Seaborn en Python. Vous avez appris à :
429429- Choisir le bon type de graphique selon vos données.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ from: markdown+emoji
102102## Bibliographie {.smaller}
103103
104104- [ Documentation officielle Python] ( https://docs.python.org/3/ )
105- - [ Cours excellent de l'ENSAE] (https://pythonds.linogaliana.fr/ )
105+ - [ Cours excellent de l'ENSAE] ( https://pythonds.linogaliana.fr/ )
106106- [ Python for Everybody] ( https://www.py4e.com/ )
107107- [ Python Crash Course (Livre)] ( https://nostarch.com/pythoncrashcourse2e )
108108- [ Site] ( https://www.lamsade.dauphine.fr/~manouvri/PYTHON/CoursPython_MM.html )
You can’t perform that action at this time.
0 commit comments