We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ac525 commit 6b3a645Copy full SHA for 6b3a645
1 file changed
doc/syntax/layer/type/boxplot.qmd
@@ -82,6 +82,7 @@ Consider more observations as outliers by setting a smaller `coef`:
82
83
```{ggsql}
84
VISUALISE FROM ggsql:penguins
85
+DRAW boxplot
86
MAPPING species AS x, bill_len AS y
87
SETTING coef => 0.1
88
```
0 commit comments