daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
http://daattali.com/shiny/ggExtra-ggMarginal-demo/
Other
380 stars 48 forks source link

fix issue re: geom_line coming before geom_point #116

Closed crew102 closed 6 years ago

daattali commented 6 years ago

why is the regex geom_?point - specifically what's the question mark for?

crew102 commented 6 years ago

Just in case they change the class from GeomPoint to geom_point. As far as I know this class is not part of the public API, so I thought it's better safe than sorry.

daattali commented 6 years ago

Clever!