search for: viridsr

Displaying 3 results from an estimated 3 matches for "viridsr".

2020 Apr 29
2
problem with `viridis` on Ubuntu 20.04
I've hit a bug on Ubuntu 20.04. The issue occurred both with the R version that shipped with Ubuntu last week, and it is occurring now with the CRAN packages from one of the mirros (deb http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/ focal-cran40/). The issue occurs whether I use the deb package for viridis in the Ubuntu repos, or I install it with `install.packages()` in R.
2020 Apr 29
0
problem with `viridis` on Ubuntu 20.04
...t one mistake, but apparently I forgot this time, so users have to make up their own.... -- Peter Dalgaard (about an apparent non-bug report in his former R-announce message) R-help (December 2009) R> setwd('/home/edd/') R> R> library(viridisLite) R> example(viridis) viridsR> library(ggplot2) viridsR> library(hexbin) viridsR> dat <- data.frame(x = rnorm(10000), y = rnorm(10000)) viridsR> ggplot(dat, aes(x = x, y = y)) + virids+ geom_hex() + coord_fixed() + virids+ scale_fill_gradientn(colours = viridis(256, option = "D")) Hit <Return&...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
...me, so users have to make up their own.... > -- Peter Dalgaard (about an apparent non-bug report in his former R-announce message) > R-help (December 2009) > > R> setwd('/home/edd/') > R> > R> library(viridisLite) > R> example(viridis) > > viridsR> library(ggplot2) > > viridsR> library(hexbin) > > viridsR> dat <- data.frame(x = rnorm(10000), y = rnorm(10000)) > > viridsR> ggplot(dat, aes(x = x, y = y)) + > virids+ geom_hex() + coord_fixed() + > virids+ scale_fill_gradientn(colours = viridis(256,...