Skip to content

Conversation

grantmcdermott
Copy link
Owner

@grantmcdermott grantmcdermott commented Sep 17, 2025

Closes #477

pkgload::load_all('~/Documents/Projects/tinyplot')
#> ℹ Loading tinyplot
tinyplot(dist ~ speed, data = cars)

tinytheme("clean2", pch = 17, cex = 3)
tinyplot(dist ~ speed, data = cars)

tinytheme()
tinyplot(dist ~ speed, data = cars)

Created on 2025-09-16 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit 113e594 into main Sep 17, 2025
3 checks passed
@grantmcdermott grantmcdermott deleted the tinytheme_cex branch September 17, 2025 00: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.

Some custom theme elements aren't being reset
1 participant