Skip to content

Commit

Permalink
fix misnamed theme elements
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Jun 2, 2024
1 parent 78a692d commit ee6fd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/themes.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ register_gguidance_elements <- function() {
gguidance.axis.mini.ticks = element_line(),
gguidance.axis.mini.ticks.length = rel(0.5),
gguidance.guide.spacing = unit(2.25, "pt"),
gguidance.side.titles = element_text(margin = margin(5.5, 5.5, 5.5, 5.5)),
gguidance.side.titles.position = c("left", "top"),
gguidance.axis.subtitle = element_text(margin = margin(5.5, 5.5, 5.5, 5.5)),
gguidance.axis.subtitle.position = c("left", "top"),
element_tree = list(
gguidance.bracket.size = el_def("unit"),
gguidance.bracket = el_line("line"),
Expand Down

0 comments on commit ee6fd85

Please sign in to comment.