ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

An implementation of the Grammar of Graphics in R

Results 510 ggplot2 issues
Sort by recently updated
recently updated
newest added

This is an issue so that we remember to come back to this. As noted by. @clauswilke here: https://github.com/tidyverse/ggplot2/issues/3561#issuecomment-599091916 , constructing ternary diagrams using ggplot requires a lot of copying...

feature
internals :mag_right:

Currently the way we determine the parameters of a geom/stat is ugly. For example, the parameters of a geom are mostly imputed from `draw_panel` and `draw_group`, but some need to...

feature
internals :mag_right:

geom_violin uses density estimate to plot quantiles, which doesn't align with box plot. This has already been asked and is document: [https://stackoverflow.com/questions/36033341/differing-quantiles-boxplot-vs-violinplot](url) issue: #2088 I think it would be useful...

feature
layers :chart_with_upwards_trend:

GeomCol is a direct duplicate of GeomBar. We should remove it and simply make `geom_col()` a GeomBar+StatIdentity call

internals :mag_right:

I expect that the font-family specified in the theme is applied to all applicable graphical content. However, when specifying some unicode characters for the shape scale I get empty boxes...

feature
scales :snake:

Please look at the reprex at the end of the post. I plot a world map, but when I change the coordinates, the grid is at least partially lost (the...

coord :world_map:

This now has come up in #3798 and #5961 and the gist of it is that we have a procedure for managing lifecycles of functions, but we don't have an...

internals :mag_right:

This PR aims to fix https://github.com/tidyverse/ggplot2/pull/3506#issuecomment-525733450. Briefly, `geom_errorbarh()` is now `geom_errorbar(orientation = "y")` + deprecation warning. The `` ggproto class is kept as people have extended it (see e.g. [here](https://github.com/cran/ggiraph/blob/master/R/geom_errorbarh_interactive.R#L25)),...

The following is a piece of documentation of the `stat_bin(binwidth)` argument: > Can be specified as a numeric value or as a function that calculates width from unscaled x. Here,...

See https://github.com/tidyverse/ggplot2/issues/5913. It should be reopened.

feature
coord :world_map: