You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new introduced direction parameter (#1139) has different default values as can be seen in the help file. For brewer the default direction is +1, for distiller the default direction is -1 which is breaking existing codes.
Is there a specific reason for this?
Thanks & brgds,
Uwe
for sequential scales, darker tones are associated with high values.
for diverging scales, the default direction of the brewer scales associates cold colours with high values and conversely.
The best choice for 1 is debatable but the default continuous color scale in ggplot2 goes from dark to light, so at least those are consistent. 2 was clearly "wrong".
Another possibility would be to default to 1 and reverse the colours internally, but I wanted to make it obvious that the setting was different for scale_*_brewer and scale_*_distiller. If it was just me, I would actually reverse the colours for scale_*_brewer too and make this the default.
The new introduced direction parameter (#1139) has different default values as can be seen in the help file. For
brewer
the default direction is +1, fordistiller
the default direction is -1 which is breaking existing codes.Is there a specific reason for this?
Thanks & brgds,
Uwe
From the Usage section of the help file:
The text was updated successfully, but these errors were encountered: