grantmcdermott / tinyplot

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

Axis scale misleading if y is NULL #24

Closed grantmcdermott closed 1 year ago

grantmcdermott commented 1 year ago

I noticed this on the first paired README example. But here's a more explicit one.

plot(100:110) # good 


plot2::plot2(100:110) # bad

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

Fix incoming.