Skip to content

Commit

Permalink
revise a bit of vignette text again
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Sep 11, 2024
1 parent 3b42b98 commit 394b221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/articles/keys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ At first, this can be an inconvenience, but it allows for a greater degree of cu

Before we dig into the different types of keys, it is worth noting exactly why keys have been exposed.
Keys represent 'rules' about how to annotate a scale, whereas the guide is the display of that rule.

For example, `key_log()` instructs to annotate every 10x change with large ticks, and in between changes with smaller ticks.
It doesn't really matter whether this rule is applied on an axis or a colour bar.
Having the rule independent of the display makes it more modular.

```{r}
logkey <- key_log()
Expand Down

0 comments on commit 394b221

Please sign in to comment.