-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
There are several opportunities to improve the documentation for scale_*_gradient(). This is a documentation issue intended for the tidyverse dev day (#3267).
-
In
scale_*_gradient()
, it may be worth mentioning that passingna.value = NA
is useful when used with thefill
aesthetic (fill = NA
results in no fill), but will not work for thecolour
aesthetic. -
In
scale_*_gradient()
, the behaviour ofmidpoint
when atrans
is applied should be documented (depends on resolution of midpoint is not transformed in scale_color_gradient2 #3198).