documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Missing geom pages in ggplot

Open kojisposts opened this issue 5 years ago • 5 comments

  • [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

kojisposts avatar Jul 30 '19 19:07 kojisposts

Oh wow that's a lot! So these are the geoms that ggplotly() supports for which we don't have doc pages today, right?

nicolaskruchten avatar Jul 30 '19 19:07 nicolaskruchten

Yup, that's right!

kojisposts avatar Jul 30 '19 19:07 kojisposts

(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)

kojisposts avatar Aug 19 '19 04:08 kojisposts

update: no idea why the graphs in geom_tile aren't showing up, re-knitting the document did nothing.

kojisposts avatar Aug 21 '19 01:08 kojisposts

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

kojisposts avatar Aug 27 '19 23:08 kojisposts