Skip to content

Support NSE args in plt_add()#638

Merged
grantmcdermott merged 3 commits into
mainfrom
fix-630-plt-add-nse
Jun 21, 2026
Merged

Support NSE args in plt_add()#638
grantmcdermott merged 3 commits into
mainfrom
fix-630-plt-add-nse

Conversation

@grantmcdermott

@grantmcdermott grantmcdermott commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Fixes #630

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
plt(mpg ~ wt, data = mtcars)
plt_add(subset = cyl==4, col = "red", pch = 16)

Created on 2026-06-20 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit eee8220 into main Jun 21, 2026
3 checks passed
@grantmcdermott grantmcdermott deleted the fix-630-plt-add-nse branch June 21, 2026 01:40
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.

subset should work in plt_add()

1 participant