Sayani07 / gghdr

Plots of highest density regions (HDR) for ggplot2
https://sayani07.github.io/gghdr/
GNU General Public License v3.0
47 stars 5 forks source link

y axis range for geom_hdr_rug #9

Closed sparce closed 4 years ago

sparce commented 4 years ago

ggplot(faithful, aes(y = eruptions)) + geom_hdr_rug() only shows top part of rug. Looks fine if limits are expanded.