Skip to content

Issue670 - #671

Merged
grantmcdermott merged 3 commits into
mainfrom
issue670
Jul 28, 2026
Merged

Issue670#671
grantmcdermott merged 3 commits into
mainfrom
issue670

Conversation

@grantmcdermott

Copy link
Copy Markdown
Owner

Fixes #670

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
tinyplot(
  mpg ~ carb, data = mtcars, type = "p",
  facet = ~am, facet.args = list(free = TRUE),
  ylim = c(0, 50),
  flip = TRUE
)

Created on 2026-07-28 with reprex v2.1.1

@grantmcdermott
grantmcdermott merged commit a1f1e2c into main Jul 28, 2026
3 checks passed
@grantmcdermott
grantmcdermott deleted the issue670 branch July 28, 2026 23:41
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.

x/ylim override bug with free facets

1 participant