Skip to content

Commit

Permalink
Corriger les URL vers la page Encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
plstonge committed May 12, 2023
1 parent 57b0a19 commit 9f066e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 05-altair.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"metadata": {},
"source": [
"* **Encodage des canaux** - La prochaine étape consiste à\n",
" [encoder](https://altair-viz.github.io/user_guide/encoding.html)\n",
" [encoder](https://altair-viz.github.io/user_guide/encodings/)\n",
" des canaux liant certaines variables du DataFrame à divers éléments\n",
" du graphiques. Les principaux paramètres de `encode()` sont :\n",
" `x`, `y`, `color`, `shape` et `size`."
Expand Down Expand Up @@ -226,7 +226,7 @@
" pour générer\n",
" [l'histogramme](https://altair-viz.github.io/gallery/simple_histogram.html)\n",
"* Sur l'axe horizontal, spécifiez la variable `'plot_id'` et le\n",
" [type `'ordinal'`](https://altair-viz.github.io/user_guide/encoding.html#encoding-data-types)\n",
" [type `'ordinal'`](https://altair-viz.github.io/user_guide/encodings/#encoding-data-types)\n",
"* Sur l'axe vertical, spécifiez `'count()'` comme variable pour que\n",
" Altair fasse automatiquement le décompte, ce qui évite de passer\n",
" par la méthode `groupby()` du DataFrame"
Expand Down
4 changes: 2 additions & 2 deletions solutions/05-altair.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"metadata": {},
"source": [
"* **Encodage des canaux** - La prochaine étape consiste à\n",
" [encoder](https://altair-viz.github.io/user_guide/encoding.html)\n",
" [encoder](https://altair-viz.github.io/user_guide/encodings/)\n",
" des canaux liant certaines variables du DataFrame à divers éléments\n",
" du graphiques. Les principaux paramètres de `encode()` sont :\n",
" `x`, `y`, `color`, `shape` et `size`."
Expand Down Expand Up @@ -230,7 +230,7 @@
" pour générer\n",
" [l'histogramme](https://altair-viz.github.io/gallery/simple_histogram.html)\n",
"* Sur l'axe horizontal, spécifiez la variable `'plot_id'` et le\n",
" [type `'ordinal'`](https://altair-viz.github.io/user_guide/encoding.html#encoding-data-types)\n",
" [type `'ordinal'`](https://altair-viz.github.io/user_guide/encodings/#encoding-data-types)\n",
"* Sur l'axe vertical, spécifiez `'count()'` comme variable pour que\n",
" Altair fasse automatiquement le décompte, ce qui évite de passer\n",
" par la méthode `groupby()` du DataFrame"
Expand Down

0 comments on commit 9f066e7

Please sign in to comment.