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

Hello there, I apologise in advance if I submit issues too frequently; I do really appreciate all the good work you put into ggplot2. By default, a legend appears to...

feature
guides :straight_ruler:

The concept of free scales under faceting doesn't quite work the way I would think it should when we're dealing with polar coordinates. If we make set of facets with...

bug
facets :gem:
coord :world_map:

Fix #3120 This PR does fix these two annotations to have `xmin`, `xmax`, `ymin` and `ymax` as `data` so that scale transformations takes effect (this is the same strategy as...

Custom grob objects are not scaled with `scale_*_reverse`, although standard annotations are. Possibly a duplicate of #484 and #500. ``` r library(ggplot2) data setting value #> version R version 3.5.1...

bug

Several distinct issues have arisen where `Geom$draw_layer()` needs more info than it is currently given. Specifically, it looks like it would be good to hand it a new object called...

internals :mag_right:

## Motivation The goal of this PR is to allow certain default aesthetics to be set by the plot theme. This can be used to achieve better default behaviours (e.g....

`scale_*_reverse()` should allow discrete data that we have comparators for (or anything we can reorder using `desc`). For instance, strings can be ordered alphabetically. `scale_*_reverse()` would be the the most...

feature
scales :snake:

The issue has been discussed on https://stackoverflow.com/questions/72005238/scale-y-axis-on-a-polar-plot-in-ggplot/72005779#72005779 from which I copy the exchange: When plotting the following, ``` r library(ggplot2) library(tibble) foo

When using `geom_dotplot` and specifying a `fill` aesthetic, we get a different output depending on whether `fill` is specified inside the function `aes` or as a separate vector. In the...

--- The X axis ticks does not show when using the geom_sf function of sf package to plot the global map ```r library(sf) library(rnaturalearth) library(stars) library(ggplot2) wld

coord :world_map:
guides :straight_ruler: