Commit ca47270
authored
Fixes partial matching on guides (#5534)
I caught this testing ggnewscale. This is using the latest dev.
``` r
library(ggplot2)
options(warnPartialMatchDollar = TRUE)
ggplot(mpg, aes(displ, hwy)) +
geom_point(aes(colour = factor(year)), size = 5)
#> Warning in grobs$label: partial match of 'label' to 'labels'
#> Warning in grobs$label: partial match of 'label' to 'labels'
```
I think this is the correct change.1 parent a9983a8 commit ca47270
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
0 commit comments