search for: coord_fixed

Displaying 8 results from an estimated 8 matches for "coord_fixed".

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.
2010 Jul 07
0
ggplot2 version 0.8.8
...lot2, or track development at http://github.com/hadley/ggplot2 ggplot2 0.8.8 (2010-07-02) ---------------------------------------- This version fixes the following 23 bugs: * coord_equal finally works as expected (thanks to continued prompting from Jean-Olivier Irisson) * coord_equal renamed to coord_fixed to better represent capabilities * coord_polar and coord_polar: new munching system that uses distances (as defined by the coordinate system) to figure out how many pieces each segment should be broken in to (thanks to prompting from Jean-Olivier Irisson) * fix ordering bug in facet_wrap (thanks to...
2010 Jul 07
0
ggplot2 version 0.8.8
...lot2, or track development at http://github.com/hadley/ggplot2 ggplot2 0.8.8 (2010-07-02) ---------------------------------------- This version fixes the following 23 bugs: * coord_equal finally works as expected (thanks to continued prompting from Jean-Olivier Irisson) * coord_equal renamed to coord_fixed to better represent capabilities * coord_polar and coord_polar: new munching system that uses distances (as defined by the coordinate system) to figure out how many pieces each segment should be broken in to (thanks to prompting from Jean-Olivier Irisson) * fix ordering bug in facet_wrap (thanks to...
2020 Apr 29
0
problem with `viridis` on Ubuntu 20.04
...ber 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> to see next plot: viridsR> # using code from RColorBrewer to demo the palette viridsR> n = 200 viridsR> image( virids+ 1:n, 1, as.matrix(1:n), virids+ col = viridis(n, option = &quo...
2017 May 23
3
prcomp: Error in La.svd(x, nu, nv): error code 1 from Lapack routine "dgesdd"
..., I got this error Lapack message. I am using R3.2.2. I googled a bit and found that it might be related to converge issue. ?Just wonder if there is a way to get around it? Thank you very much! Ace On Thursday, December 29, 2016 11:44 AM, Ista Zahn <istazahn at gmail.com> wrote: Use coord_fixed() --Ista On Thu, Dec 29, 2016 at 9:59 AM, Fix Ace via R-help <r-help at r-project.org> wrote: > > > >? Hello, there, > What exactly does "expand" do for this function? > I followed the examples from the manual to get a plot: > > d <- ggplot(subset(diamon...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
...; 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> to see next plot: > > viridsR> # using code from RColorBrewer to demo the palette > viridsR> n = 200 > > viridsR> image( > virids+ 1:n, 1, as.matrix(1:n), &...
2012 Mar 02
0
ggplot2 0.9.0
...a structure. Default implementation throws an error. It is designed to have implementations provided by other packages. (Thanks to suggestion by Brian Diggs) * `ggpcp` loses the `scale` argument because it relied on reshape(1) code * `map_data` passes `...` on to `maps::map` (Fixes #223) * `coord_fixed` accepts `xlim` and `ylim` parameters to zoom in on x and y scales (Fixes #91) * ggplot2 will occasionally display a useful hint or tip on startup. Use `suppressPackageStartupMessages` to eliminate * `stat_binhex` uses correct bin width for computing y axis bounds. (Fixes #299, thanks to D...
2012 Mar 02
0
ggplot2 0.9.0
...a structure. Default implementation throws an error. It is designed to have implementations provided by other packages. (Thanks to suggestion by Brian Diggs) * `ggpcp` loses the `scale` argument because it relied on reshape(1) code * `map_data` passes `...` on to `maps::map` (Fixes #223) * `coord_fixed` accepts `xlim` and `ylim` parameters to zoom in on x and y scales (Fixes #91) * ggplot2 will occasionally display a useful hint or tip on startup. Use `suppressPackageStartupMessages` to eliminate * `stat_binhex` uses correct bin width for computing y axis bounds. (Fixes #299, thanks to D...