Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • PYTHON - Atelier MatPlotLib PYTHON - Atelier MatPlotLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous recommandons d'y créer tous vos nouveaux projets.

  • Poulard Christine
  • PYTHON - Atelier MatPlotLibPYTHON - Atelier MatPlotLib
  • Wiki
  • Atelier_D_carte

Atelier_D_carte · Changes

Page history
Update Atelier_D_carte authored Mar 04, 2022 by Poulard Christine's avatar Poulard Christine
Show whitespace changes
Inline Side-by-side
Atelier_D_carte.md
View page @ 28df6808
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
**Mots clés** : **matshow** (et **imshow**), **contour et contourf**, **geopandas**, **colormap** (discrétisation ; ListedColormap, BoundaryNorm...), **colorbar** **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** \*\* 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 **autres modules utilisés :** **pathlib** (notamment méthode **Path.is_file**), **Shapely** pour le traitement des objets géométriques
...@@ -342,3 +344,17 @@ voir code. ...@@ -342,3 +344,17 @@ voir code.
#### NB : Inclure sur une même figure des champs et des polygones issus de fichiers shape #### 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. 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.
Clone repository
  • AtelierB1_Graphiques_simples
  • AtelierB2_Lire_un_fichier
  • AtelierC
  • Atelier_D_carte
  • Atelier_D_carte_a_partir_de_fichiers_binaires
  • Atelier_E_longues_series
  • Atelier_G_widgets
  • Atelier_clic_afficher
  • Atelier_clics
  • Cartes focus sur le redimensionnement
  • GUI avec QT
  • La doc avec Sphinx
  • Lexique
  • Point Théorie Subplots
  • Pour les contributeurs
View All Pages