Skip to content

type = NULL#179

Merged
grantmcdermott merged 5 commits intomainfrom
type_null
Jul 31, 2024
Merged

type = NULL#179
grantmcdermott merged 5 commits intomainfrom
type_null

Conversation

@grantmcdermott
Copy link
Copy Markdown
Owner

Closes #178.

pkgload::load_all("~/Documents/Projects/tinyplot")
#> ℹ Loading tinyplot
plt(Sepal.Length ~ Species, iris, type = "jitter")

Created on 2024-07-30 with reprex v2.1.0

(Beyond this specific example, setting type = NULL rather than type = "p" simultaneously allows for more sensible default type override/assignment down the road).

@grantmcdermott grantmcdermott merged commit faddcc2 into main Jul 31, 2024
@grantmcdermott grantmcdermott deleted the type_null branch July 31, 2024 00:41
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.

"boxplot" override could be less aggressive

1 participant