grantmcdermott / tinyplot

Lightweight extension of the base R graphics system
https://grantmcdermott.com/tinyplot
Apache License 2.0
211 stars 7 forks source link

Some global `par` settings are not being respected #20

Closed grantmcdermott closed 1 year ago

grantmcdermott commented 1 year ago
library(plot2)

par(pch = 16)

plot(0:10) # good

plot2(0:10) # bad

Created on 2023-04-13 with reprex v2.0.2