Skip to content

Misc facet fixes#586

Merged
grantmcdermott merged 5 commits into
mainfrom
theme_facet_gap_tweak
May 15, 2026
Merged

Misc facet fixes#586
grantmcdermott merged 5 commits into
mainfrom
theme_facet_gap_tweak

Conversation

@grantmcdermott
Copy link
Copy Markdown
Owner

@grantmcdermott grantmcdermott commented May 15, 2026

Fixes #582
Fixes #583
Fixes #584
Fixes #585

Leads to a lot of regenerated snapshots, but most of these are very minor changes (improvements).

MWE

One example to demo all four fixes:

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
mtcars$am2 = paste0("AM: ", mtcars$am, "\nCYL: ", mtcars$cyl)
tinyplot(
  mpg ~ wt, facet = ~am2, data = mtcars,
  facet.args = list(cex = 1.3),
  theme = "clean"
)
box('inner')

Created on 2026-05-15 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit 34999cc into main May 15, 2026
3 checks passed
@grantmcdermott grantmcdermott deleted the theme_facet_gap_tweak branch May 15, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant