Skip to content

Fix axis labeller + free facets#383

Merged
grantmcdermott merged 4 commits intomainfrom
free_labs
May 2, 2025
Merged

Fix axis labeller + free facets#383
grantmcdermott merged 4 commits intomainfrom
free_labs

Conversation

@grantmcdermott
Copy link
Copy Markdown
Owner

Fixes #374

Also fixes user-specified x/ylim compatibility with free facets, which I picked up while testing.

Example:

pkgload::load_all("~/Documents/Projects/tinyplot")
#> ℹ Loading tinyplot

plt(mpg ~ wt, mtcars, facet = ~am, facet.args = list(free = TRUE),
    xlim = c(0, 10), xaxl = "$")

Created on 2025-05-02 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit 31b1b05 into main May 2, 2025
3 checks passed
@grantmcdermott grantmcdermott deleted the free_labs branch May 2, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Axis labellers don't work with free facets

1 participant