Skip to content
Prev 14470 / 63424 Next

pixmap package and pdf Device.

> Hi,
  > The following code generates a invalid (?) pdf file.

  > pdf("test.pdf")
  > x <- pixmapIndexed(rep(1:8, 9), nrow=6, col=terrain.colors(8))
  > plot(x)
  > dev.off()

  > This pdf can be viewed but not printed 
  > Trying to print causes to crash gv as well as acrobat windows XP

Works fine for me on linux.