Skip to content

Issue703 - #704

Merged
grantmcdermott merged 3 commits into
mainfrom
issue703
Aug 31, 2026
Merged

Issue703#704
grantmcdermott merged 3 commits into
mainfrom
issue703

Conversation

@grantmcdermott

Copy link
Copy Markdown
Owner

Fixes #703

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
dat = data.frame(x = rnorm(200), y = rep(LETTERS[1:2], each = 100))
plt(y ~ x, dat, type = "ridge", theme = "classic")

Created on 2026-08-31 with reprex v2.1.1

@grantmcdermott
grantmcdermott merged commit a86e5a5 into main Aug 31, 2026
3 checks passed
@grantmcdermott
grantmcdermott deleted the issue703 branch August 31, 2026 21:24
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.

type_ridge errors with themes that set col.default = -1

1 participant