ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

An implementation of the Grammar of Graphics in R

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

I found a problem with ggplot and rendering html text with ggtext or marquee I expected to parse character string in html format and have the style implemented. This works...

themes :dancer:

Similar issue to 6637 where old versions of ggplot object does not display correctly. Please add an item to the ggplot objects with the version of ggplot2 that created them...

internals :mag_right:

I found a problem with ggplot2 4.0.0 which generate broken result when using transformed coord with annotation_custom(grob) Here is the code to reproduce the bug: ```r library(ggplot2) library(grid) df

scales :snake:

When trying to install ggplot2 v4.0.0 from CRAN for rstudio/shinycoreci (hard to make a min reprex), macos w/ R4.2 states: ``` 2025-10-16T05:15:46.1158060Z * installing *source* package ‘ggplot2’ ... 2025-10-16T05:15:46.1762700Z **...

bug

This PR fixes #6725 The bug was that if a lambda was passed into the `alt` parameter of `labs`, the plot could not actually be rendered. However, if the plot...

# Problem If I try to include a lambda in the `alt` text of `labs`, the plot will throw an error. ```r > ggplot2::ggplot(mtcars, ggplot2::aes(x = wt, y = mpg))...

Hi, I found this in an old branch I had on my fork, just adding an example of using `breaks` to omit legend items. I wrote a silly [blog post](https://luisdva.github.io/rstats/set-the-breaks/)...

I found a problem with using `ggplot2::binned_scale()`. When using 5 bins, it now requires 6 colors. This broke the stable version of [ggredist on CRAN](https://cloud.r-project.org/web/packages/ggredist/index.html). It appears that this was...

scales :snake:

Might not be possible, but thought I'd chuck it up just in case See how waterpolo and gymnastics categories are treated in dodge. I'd prefer they were centred like in...

positions :1st_place_medal: