grantmcdermott / tinyplot

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

Respect global palette #45

Closed grantmcdermott closed 1 year ago

grantmcdermott commented 1 year ago

Fixes #44.

library(plot2)

palette("Tableau 10")
plot2(Sepal.Length ~ Petal.Length | Species, iris)

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