[Tikzdevice-bugs] Error when using raster image and reverting axis

Romain Franconville romain.franconville at gmail.com
Sat Jan 7 20:44:14 CET 2012


Hi all,

I get the following error when using image() with useRaster=TRUE and
reverting one axis using xlim (or ylim). I don't get any error when
using other graphical devices :

> m <- matrix(1,10,10)
> tikz()
> image(m,xlim=c(1,0),useRaster=TRUE)
Error in X11(paste("png::", filename, sep = ""), g$width, g$height,
pointsize,  :
  invalid 'width' or 'height'


This is R 2.14.1 on linux 64bit, with tikzDevice 0.6.2
Thanks,

Romain


More information about the Tikzdevice-bugs mailing list