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 empty plots (`type = "n"`) #157

Closed grantmcdermott closed 1 week ago

grantmcdermott commented 1 week ago

Closes #156.

tinyplot::plt(Sepal.Length ~ Petal.Length, data = iris, type = "n")

Created on 2024-06-23 with reprex v2.1.0