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 grid() args in tpar #237

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Support grid() args in tpar #237

merged 3 commits into from
Oct 29, 2024

Conversation

grantmcdermott
Copy link
Owner

Closes #235.

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

op = tpar(grid.col = "hotpink", grid.lty = "solid", grid.lwd = 2)
plt(0:10, pch = 19, grid = TRUE)

tpar(op) # reset defaults
plt(0:10, pch = 19, grid = TRUE)

Created on 2024-10-29 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit 6cb465e into main Oct 29, 2024
3 checks passed
@grantmcdermott grantmcdermott deleted the grid_tpar branch October 29, 2024 21:31
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.

Add grid() args to tpar?
1 participant