documentation
documentation copied to clipboard
Missing geom pages in ggplot
- [x] geom_hex
- [x] geom_qq
- [x] geom_qq_line
- [x] geom_contour
- [x] geom_density_2d
- [x] geom_count
- [ ] geom_freqpoly (very similar to geom_histogram)
- [ ] geom_map
- [x] geom_path
- [ ] geom_segment
- [x] geom_violin
- [x] geom_text
- [x] geom_rect
- [x] geom_tile
- [x] geom_raster
Also,
- [x] Rewrite the geom_quantile page because it's not clear at all what it does
- [x] Rewrote the geom_jitter page too
Oh wow that's a lot! So these are the geoms that ggplotly()
supports for which we don't have doc pages today, right?
Yup, that's right!
(wait the graphs on geom_tile aren't working? also, need to correct the underscore problem on geom_text - it's possible I only corrected the .Rmd and not .Md)
update: no idea why the graphs in geom_tile aren't showing up, re-knitting the document did nothing.
Update: geom_path does not work in ggplotly (they seem to be aware of the problem), and also geom_freqpoly is a truly atrocious geom that is a worse version of geom_density. I tried for hours to think of a way to present it well, to no avail