ggplot2 extension packages
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 2.7k
- Forks
- 641
- PR merge metrics
- No merged PRs in 30d
Description
Extensions that we'd like ggplotly() to support
- ggraph, ggforce https://github.com/plotly/plotly.R/pull/1326
- forecast https://github.com/plotly/plotly.R/pull/2045
-
ggpubr::stat_compare_means()(and maybe others from https://github.com/kassambara/ggpubr?) - https://github.com/business-science/tidyquant
- https://github.com/mjskay/tidybayes
- https://github.com/kassambara/survminer
- https://github.com/GuangchuangYu/ggtree
- ggpolypath https://github.com/ropensci/plotly/issues/1339
- geomnet
- https://github.com/clauswilke/ggjoy
- https://github.com/baptiste/ggflags
- ggtheme's geom_rangeframe
- https://github.com/wilkox/treemapify
- Seems to have significant overlap with ggraph
- directlabels #1244
- ggsurv (GeomConfint) #1404
- ggimage #1442
- statebins https://github.com/ropensci/plotly/issues/1558
- corrr https://github.com/ropensci/plotly/issues/1684
- Does this provide any value over
GGally::ggcorr()?
- Does this provide any value over
- ggpmisc https://github.com/ropensci/plotly/issues/1687
- ggnewscale https://github.com/ropensci/plotly/issues/1661
- Ipaper https://github.com/ropensci/plotly/issues/1672
- qqplotr https://github.com/ropensci/plotly/issues/1705
-
ggpmisc::stat_poly_eq()https://github.com/ropensci/plotly/issues/1921 - ggrain https://github.com/plotly/plotly.R/issues/2366
Extensions that ggplotly() currently supports
- GGally
- ggalluvial
- ggalt
Extensions that we don't plan on working on anytime soon
- ggrepel
- patchwork, gridExtra
- ggtern
Want to add an extension?
If any community members are interested in implementing a hook into ggplotly() for a custom geom, see https://cpsievert.github.io/plotly_book/translating-custom-ggplot2-geoms.html
If anyone would like to sponsor work on a specific geom/package, please get in touch.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by selecting one unchecked extension and read its linked issue or pull request, if present. Then read the custom-geom guidance at cpsievert.github.io/plotly_book/translating-custom-ggplot2-geoms.html and determine the relevant ggplotly hook. The work is done when the selected extension is supported by ggplotly and its behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100