Skip to content

Commit 8851f7d

Browse files
committed
use black instead of grey
1 parent 51eb2f0 commit 8851f7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

NEWS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
* Default continuous color scales (i.e., the `options()` `ggplot2.continuous.colour` and `ggplot2.continuous.fill`, which inform the `type` argument of `scale_fill_continuous()` and `scale_colour_continuous()`) now accept a function, which allows more control over these default `continuous_scale()`s (@cpsievert, #3827)
1010

11-
1211
* A newly added `geom_function()` is now recommended to use in conjunction
1312
with/instead of `stat_function()`. In addition, `stat_function()` now
1413
works with transformed y axes, e.g. `scale_y_log10()`, and in plots

R/scale-hue.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ okabeIto <- c(
177177
"#0072B2",
178178
"#D55E00",
179179
"#CC79A7",
180-
"#999999"
180+
"black"
181181
)

0 commit comments

Comments
 (0)