Skip to content

Commit 553c6d3

Browse files
authored
Replace broken link to altair docs (#344)
replace broken altair link
1 parent c485fd1 commit 553c6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/viz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ To fix this issue we can convert the `Expt` variable into a `nominal`
15491549
to the `Expt` variable. Adding the `:N` suffix ensures that `altair`
15501550
will treat a variable as a categorical variable, and
15511551
hence use a discrete color map in visualizations
1552-
([read more about data types in the altair documentation](https://altair-viz.github.io/user_guide/encoding.html#encoding-data-types)).
1552+
([read more about data types in the altair documentation](https://altair-viz.github.io/user_guide/encodings/index.html#encoding-data-types)).
15531553
We also add the `stack(False)` method on the `y` encoding so
15541554
that the bars are not stacked on top of each other,
15551555
but instead share the same baseline.

0 commit comments

Comments
 (0)