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

Support lwd argument #134

Merged
merged 57 commits into from
Mar 9, 2024
Merged

Support lwd argument #134

merged 57 commits into from
Mar 9, 2024

Conversation

grantmcdermott
Copy link
Owner

@grantmcdermott grantmcdermott commented Mar 9, 2024

Closes #120.

MWE:

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

plt(mpg ~ wt | factor(cyl), mtcars, type = "b", lwd = "by")

Created on 2024-03-08 with reprex v2.1.0

@grantmcdermott grantmcdermott merged commit b907d2d into main Mar 9, 2024
3 checks passed
@grantmcdermott grantmcdermott deleted the lwd branch March 16, 2024 14:26
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.

Support lwd argument
1 participant