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.
1 parent cb63ba5 commit c68dd34Copy full SHA for c68dd34
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