... | ... | @@ -108,6 +108,7 @@ La [doc nous indique un moyen plus simple d'obtenir une légende quand il y a un |
|
|
points = plt.scatter(dates, liste_mois, c=liste_mois, cmap=cmap, norm=norm, s=[4 * (date.year - 1990) for date in dates], edgecolor='none')
|
|
|
legend1 = ax.legend(*points.legend_elements(), loc="lower left", title="Classes")
|
|
|
ax.add_artist(legend1)
|
|
|
```
|
|
|
|
|
|
### ajouter une colorbar discrète définie par un dictionnaire
|
|
|
|
... | ... | |