Skip to content

Issue668 - #669

Merged
grantmcdermott merged 4 commits into
mainfrom
issue668
Jul 28, 2026
Merged

Issue668#669
grantmcdermott merged 4 commits into
mainfrom
issue668

Conversation

@grantmcdermott

Copy link
Copy Markdown
Owner

FIxes #668

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
df = data.frame(
  x = c("a", "b", "b"),
  y = c(1, 2, 3),
  g = c("A", "B", "B")
)
tinyplot(y ~ x, data = df, facet = ~g, facet.args = list(free = TRUE))

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

@grantmcdermott
grantmcdermott merged commit e06cad0 into main Jul 28, 2026
3 checks passed
@grantmcdermott
grantmcdermott deleted the issue668 branch July 28, 2026 22:56
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.

Free facets error with single-valued (discrete) axis

1 participant