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
So colormap requires V8 which requires a 3rd party install of v8 on machine. Probably going to cause some headaches downstream for installers. Maybe use the viridis package if wanting that palette? https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html. Or you can use colorRampPalette or colorRamp.
The text was updated successfully, but these errors were encountered:
we had viridis as a package dependency for a long time ( in ANTsR )
colormap advantages: one line to have access to a bunch of different useful common color mapping schemes
disadvantages: dependencies, does not have basic maps like red, blue
anyway, those are my comments. i would suggest a fork that works on the various issues associated wtih plot.antsImage many of which go beyond this. it should be rewritten, decluttered.
So
colormap
requiresV8
which requires a 3rd party install ofv8
on machine. Probably going to cause some headaches downstream for installers. Maybe use theviridis
package if wanting that palette? https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html. Or you can usecolorRampPalette
orcolorRamp
.The text was updated successfully, but these errors were encountered: