... | ... | @@ -5,6 +5,8 @@ |
|
|
|
|
|
**Mots clés** : **matshow** (et **imshow**), **contour et contourf**, **geopandas**, **colormap** (discrétisation ; ListedColormap, BoundaryNorm...), **colorbar**
|
|
|
|
|
|
voir à la fin : références vers la doc
|
|
|
|
|
|
\*\* Fonctions évoquées pour comparaison \*\* : **pcolormesh**
|
|
|
|
|
|
**autres modules utilisés :** **pathlib** (notamment méthode **Path.is_file**), **Shapely** pour le traitement des objets géométriques
|
... | ... | @@ -341,4 +343,18 @@ voir code. |
|
|
|
|
|
#### NB : Inclure sur une même figure des champs et des polygones issus de fichiers shape
|
|
|
|
|
|
Cela s'obtient en passant un "ax" comme argument ou en retournant un "ax". Sera détaillé si besoin. |
|
|
\ No newline at end of file |
|
|
Cela s'obtient en passant un "ax" comme argument ou en retournant un "ax". Sera détaillé si besoin.
|
|
|
|
|
|
|
|
|
### :books: références
|
|
|
|
|
|
Voir dans la doc : [matplotlib.cm](https://matplotlib.org/stable/api/cm_api.html)¶
|
|
|
|
|
|
Builtin colormaps, colormap handling utilities, and the ScalarMappable mixin.
|
|
|
|
|
|
Cette page est intéressante aussi parce qu'elle renvoie vers d'autres liens et tutos :
|
|
|
|
|
|
- Colormap reference for a list of builtin colormaps.
|
|
|
- Creating Colormaps in Matplotlib for examples of how to make colormaps.
|
|
|
- Choosing Colormaps in Matplotlib an in-depth discussion of choosing colormaps.
|
|
|
- Colormap Normalization for more details about data normalization. |