e61-Institute / theme61

Create graphs in the e61 Institute style
https://e61-institute.github.io/theme61/
MIT License
5 stars 0 forks source link

Fix aesthetic y-lims bugs #172

Open JackBuckley opened 11 months ago

JackBuckley commented 11 months ago

Fix bugs identified by users during roll out of v0.6

JackBuckley commented 11 months ago

`ggplot(data.frame(x = c(21, 40), y = c(30.53830, 166.6323)), aes(x, y)) + geom_point()

save_e61(filename = "test.svg")`