Skip to content

type = "jitter"#170

Merged
grantmcdermott merged 5 commits intomainfrom
jitter
Jul 20, 2024
Merged

type = "jitter"#170
grantmcdermott merged 5 commits intomainfrom
jitter

Conversation

@grantmcdermott
Copy link
Owner

Closes #169.

pkgload::load_all("~/Documents/Projects/tinyplot")
#> ℹ Loading tinyplot
# "j" is a shorthand for "jitter"
plt(Temp ~ Month, airquality, type = "j")

plt(Temp ~ Month | Temp, airquality, type = "j", pch = 16, palette = "roma")

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

@grantmcdermott grantmcdermott merged commit f5d946c into main Jul 20, 2024
@grantmcdermott grantmcdermott deleted the jitter branch July 20, 2024 05:18
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.

"jitter" (alias "j"?)

1 participant