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
if ("col_mix"%in% getNamespaceExports("scales")) {
col_mix<-scales::col_mix
}
})
Tweak col_mix() calls to continue to produce the same hex codes, because the shim has a grDevices::rgb() backend while scales::col_mix() is based on {farver}, producing tiny differences.
The upcoming release of scales (r-lib/scales#474) prompts a few tasks on ggplot2's side.
breaks_exp()
intotransform_exp()
(Use snapshot expectations for transformation breaks #6171)ggplot2/R/utilities.R
Lines 792 to 808 in b29b831
col_mix()
calls to continue to produce the same hex codes, because the shim has agrDevices::rgb()
backend whilescales::col_mix()
is based on {farver}, producing tiny differences.palette
flexibility #6112)The text was updated successfully, but these errors were encountered: