Skip to content

Commit 602dbf1

Browse files
20260331 - rug plot
1 parent da1d9c5 commit 602dbf1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

figures.qmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,16 @@ Theme based on the rules and examples from Stephen Few's *Show Me the Numbers* a
368368
basePlot + theme_few()
369369
```
370370

371+
## Rug Plot
372+
373+
```{r}
374+
scatterplot +
375+
geom_rug(
376+
color = "#800000",
377+
alpha = 0.2
378+
)
379+
```
380+
371381
## Add Marginal Distributions {#sec-marginalDistributions}
372382

373383
```{r}

0 commit comments

Comments
 (0)