ggplot2
ggplot2 copied to clipboard
An implementation of the Grammar of Graphics in R
Just as this is sometimes useful in `position_dodge2`, it could be useful at times in `position_dodge` It would also be a way to have borders around dodged bars, and resolve...
A colleague is encountering an issue saving a large geographical heatmap made using `geom_tile()`; when saving this quite large, high-res plot as a PNG image the squares produced by `geom_tile()`...
I found a problem when mixing Hebrew text with numbers - it causes the text to not appear. This does not affect other text in the figure. Here are some...
An error is generated when attempting to specify color scale labels as a plotmath expression vector. The error is also generated when using `scale_fill_stepsn()`. I expected the color scale labels...
This is an issue meant to track fallout from #5879 as determined through reverse dependency check in dbea0a6. Issue #6003 was already identified and fixed in #6004. Another issue is...
I was playing around with `guide_axis_logticks()` and was surprised to find out it has no effect on the location of the minor breaks. I'm not sure about the implementation details...
This dawned on me while preparing #6022, but the naming scheme for several (internal) functions is at times somewhat confusing. Especially now that we're using the imported `check_*()` functions from...
In situations when we are plotting factors with (in this case points) different types of categories, we would like to be able to have more control on how things appear...
This PR aims to fix #4567. Briefly, `guide_colourbar()` and `guide_coloursteps()` use the `GuideLegend` class to render a key for missing values. Note that continuous scales never automatically include `NA` in...
In CRAN version, it doesn't manage to dodge the text correctly... ``` r library(tidyverse, quietly = TRUE) #> Warning: package 'ggplot2' was built under R version 4.4.1 ``` ``` r...