Skip to content

Commit

Permalink
Remplacer patte par arrière-pied
Browse files Browse the repository at this point in the history
  • Loading branch information
plstonge committed Jan 27, 2025
1 parent 9f005f8 commit a5f6ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/05-altair.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -928,15 +928,15 @@
"outputs": [],
"source": [
"alt.Chart(surveys_complet).mark_point().encode(\n",
" x=alt.X('longueur_bruitee').title('Longueur de patte (mm)'),\n",
" x=alt.X('longueur_bruitee').title('Longueur arrière-pied (mm)'),\n",
" y=alt.Y('poids_bruite').scale(type='log', base=2).title('Poids (g)'),\n",
" color=alt.Color('species_id'),\n",
" tooltip=['species_id'],\n",
").configure_mark(\n",
" opacity=0.05,\n",
").properties(\n",
" height=384,\n",
" title='Poids selon la longueur de patte',\n",
" title=\"Poids selon la longueur de l'arrière-pied\",\n",
")"
]
},
Expand Down

0 comments on commit a5f6ca7

Please sign in to comment.