Skip to content

Support grid() args in tpar#237

Merged
grantmcdermott merged 3 commits intomainfrom
grid_tpar
Oct 29, 2024
Merged

Support grid() args in tpar#237
grantmcdermott merged 3 commits intomainfrom
grid_tpar

Conversation

@grantmcdermott
Copy link
Copy Markdown
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
@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