Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/cours/dataviz.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import matplotlib.pyplot as plt
import numpy as np
```

##Graphiques de Base avec Matplotlib
## Graphiques de Base avec Matplotlib

## Courbe Linéaire (Line Plot)
Les courbes permettent d'observer l'évolution d'une variable sur un axe donné.
Expand Down Expand Up @@ -423,7 +423,7 @@ plt.show()
```
---

#Conclusion
# Conclusion

Ce guide vous offre une base solide pour utiliser Matplotlib et Seaborn en Python. Vous avez appris à :
- Choisir le bon type de graphique selon vos données.
Expand Down
2 changes: 1 addition & 1 deletion doc/cours/intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ from: markdown+emoji
## Bibliographie {.smaller}

- [Documentation officielle Python](https://docs.python.org/3/)
- [Cours excellent de l'ENSAE] (https://pythonds.linogaliana.fr/)
- [Cours excellent de l'ENSAE](https://pythonds.linogaliana.fr/)
- [Python for Everybody](https://www.py4e.com/)
- [Python Crash Course (Livre)](https://nostarch.com/pythoncrashcourse2e)
- [Site](https://www.lamsade.dauphine.fr/~manouvri/PYTHON/CoursPython_MM.html)
Expand Down