Skip to content

col accepts numeric index#330

Merged
grantmcdermott merged 4 commits intomainfrom
col_numeric
Feb 28, 2025
Merged

col accepts numeric index#330
grantmcdermott merged 4 commits intomainfrom
col_numeric

Conversation

@grantmcdermott
Copy link
Copy Markdown
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
@grantmcdermott grantmcdermott deleted the col_numeric branch February 28, 2025 04:29
@zeileis
Copy link
Copy Markdown
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