grantmcdermott / tinyplot

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

y-title for function names #47

Closed grantmcdermott closed 11 months ago

grantmcdermott commented 1 year ago

Compare:

set.seed(42)
plot(rnorm(1))


library(plot2)
set.seed(42)
plot2(rnorm(1))

Created on 2023-07-27 with reprex v2.0.2