Displaying 2 results from an estimated 2 matches for "oriet".
Did you mean:
orient
1999 Sep 06
0
suggestion: postscript paper=user
...For printing purpose, the provided paper size are
nearly enought. But I need to use R to produce
a lot of graphics, and transform these graphics to
PNG format for web publication. I use ghostscript
to do the transformation, but the default paper size of the
R postscript device is too big, and the orietation
is not correct(we need landscape). I don't know
how to make the image size smaller and
rotating 90 degrees with ghostscript. I had to
patch the R source(src/unix/devPS.c) myself
to add a paper size. If R provide a paper="user "
option for the postscript device, things would be...
1999 Sep 06
0
suggestion: postscript paper=user
...For printing purpose, the provided paper size are
nearly enought. But I need to use R to produce
a lot of graphics, and transform these graphics to
PNG format for web publication. I use ghostscript
to do the transformation, but the default paper size of the
R postscript device is too big, and the orietation
is not correct(we need landscape). I don't know
how to make the image size smaller and
rotating 90 degrees with ghostscript. I had to
patch the R source(src/unix/devPS.c) myself
to add a paper size. If R provide a paper="user "
option for the postscript device, things would be...