File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1549,7 +1549,7 @@ To fix this issue we can convert the `Expt` variable into a `nominal`
1549
1549
to the ` Expt ` variable. Adding the ` :N ` suffix ensures that ` altair `
1550
1550
will treat a variable as a categorical variable, and
1551
1551
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 ) ).
1553
1553
We also add the ` stack(False) ` method on the ` y ` encoding so
1554
1554
that the bars are not stacked on top of each other,
1555
1555
but instead share the same baseline.
You can’t perform that action at this time.
0 commit comments