Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| python:matplotlib [2023/07/28 16:57] – [Types de graphiques] add how to change fill color of boxplots phsw | python:matplotlib [2024/10/06 15:47] (Version actuelle) – [Matplotlib] add link phsw | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * https:// | ||
| + | |||
| Ligne 597: | Ligne 600: | ||
| </ | </ | ||
| + | == Légende correspondante == | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | <code python> | ||
| + | boxplot = ax.boxplot(all_data, | ||
| + | ax.legend([boxplot[" | ||
| + | </ | ||