grantmcdermott / tinyplot

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

Support lwd argument #134

Closed grantmcdermott closed 3 months ago

grantmcdermott commented 3 months ago

Closes #120.

MWE:

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

plt(mpg ~ wt | factor(cyl), mtcars, type = "b", lwd = "by")

Created on 2024-03-08 with reprex v2.1.0