grantmcdermott / tinyplot

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

New legend defaults #14

Closed grantmcdermott closed 1 year ago

grantmcdermott commented 1 year ago

Closes #7.

New defaults are legend.position = "right!" and bty = "n".

Example:

library(plot2)

plot2(Sepal.Width ~ Sepal.Length | Species, iris)

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