Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

col accepts numeric index #330

Merged
merged 4 commits into from
Feb 28, 2025
Merged

col accepts numeric index #330

merged 4 commits into from
Feb 28, 2025

Conversation

grantmcdermott
Copy link
Owner

Fixes #326

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

data("penguins", package = "palmerpenguins")

tinyplot(bill_depth_mm ~ bill_length_mm, data = penguins, col = 4)

tinyplot(bill_depth_mm ~ bill_length_mm | sex, data = penguins, col = 3:4)

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

@grantmcdermott grantmcdermott merged commit 4913bd6 into main Feb 28, 2025
3 checks passed
@grantmcdermott grantmcdermott deleted the col_numeric branch February 28, 2025 04:29
@zeileis
Copy link
Collaborator

zeileis commented Feb 28, 2025

Thanks, Grant!

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.

tinyplot with numeric col index does not work
2 participants