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`
15491549to the ` Expt ` variable. Adding the ` :N ` suffix ensures that ` altair `
15501550will treat a variable as a categorical variable, and
15511551hence 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 ) ).
15531553We also add the ` stack(False) ` method on the ` y ` encoding so
15541554that the bars are not stacked on top of each other,
15551555but instead share the same baseline.
You can’t perform that action at this time.
0 commit comments