We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbd8759 + c68dd34 commit 1100636Copy full SHA for 1100636
docs/src/examples/examples_error_bars_bands.md
@@ -50,7 +50,7 @@ dataset("barley") |>
50
color={value=:black}
51
) +
52
@vlplot(
53
- mark={:rule, extend=:stdev},
+ mark={:errorbar, extend=:stdev},
54
x={:yield, title="Barley Yield"}
55
)
56
```
0 commit comments