thomasp85 / scico

Palettes for R based on the Scientific Colour-Maps
Other
411 stars 24 forks source link

Color Map Change After R Update #18

Closed wiw4002 closed 1 year ago

wiw4002 commented 1 year ago

I recently updated to R 4.3, and was using the colors in this package, but it appears to be doing something different now?

Here is the call to 'vik' before:

image

Here is the color scale using 'vik' now:

image

Here is the call to 'vikO' for reference:

image

They look less distinct than before? I ran the example under the ggplot support section, and got this when using 'vik':

image

Crameri commented 1 year ago

HiThanks for the message. I can jump in here: That’s just the old version (more brownish; version 4) and the new version (more reddish, versions >4) of vik. I adjusted it to be more reddish due to user requests.So, nothing wrong with scico, just the different colour map versions.Sorry, for the confusion!Fabio__

Fabio Crameri · @fcrameri Undertone.design www.fabiocrameri.chAm 23/06/2023 um 21:35 schrieb wiw4002 @.***>: I recently updated to R 4.3, and was using the colors in this package, but it appears to be doing something different now? Here is the call to 'vik' before:

Here is the color scale using 'vik' now:

Here is the call to 'vikO' for reference:

They look less distinct than before? I ran the example under the ggplot support section, and got this when using 'vik':

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

wiw4002 commented 1 year ago

Thanks!