Re: [R] short plots: lwd, margin and postscript behavior

2005-02-17 Thread Cézar Freitas
I tested in R versions 1.8.1 and 2, but doesn't works. The attached plots can explain this. And mar isn't a parameter to postscript command. If I use in par, it doesn't affect the outpu. Thanks, C. --- Uwe Ligges [EMAIL PROTECTED] escreveu: Cézar Freitas wrote: Hi all. I'm working with

Re: [R] short plots: lwd, margin and postscript behavior

2005-02-17 Thread Cézar Freitas
Thank you so much, but the commands in par doesn't affect the pictures generated by postscript. For example, I put lwd=3, and the postscript file is the same, using par(lwd=3) or par(lwd=.5)... --- Uwe Ligges [EMAIL PROTECTED] escreveu: Cézar Freitas wrote: I tested in R versions 1.8.1 and

Re: [R] short plots: lwd, margin and postscript behavior

2005-02-17 Thread Mike Saunders
@stat.math.ethz.ch Sent: Thursday, February 17, 2005 8:36 AM Subject: Re: [R] short plots: lwd, margin and postscript behavior Thank you so much, but the commands in par doesn't affect the pictures generated by postscript. For example, I put lwd=3, and the postscript file is the same, using par(lwd=3

Re: [R] short plots: lwd, margin and postscript behavior

2005-02-17 Thread Uwe Ligges
Sent: Thursday, February 17, 2005 8:36 AM Subject: Re: [R] short plots: lwd, margin and postscript behavior Thank you so much, but the commands in par doesn't affect the pictures generated by postscript. For example, I put lwd=3, and the postscript file is the same, using par(lwd=3) or par(lwd=.5

Re: [R] short plots: lwd, margin and postscript behavior

2005-02-17 Thread Prof Brian Ripley
Time for a completely reproducible example a la the posting guide. Plese show us _exactly_ what you did that does not work for you: your original posting did not have lwd in the example. On Thu, 17 Feb 2005, Cézar Freitas wrote: Thank you so much, but the commands in par doesn't affect the

Re: [R] short plots: lwd, margin and postscript behavior

2005-02-17 Thread Prof Brian Ripley
As I have already seen several times in this thread: * par() applies to the current device. * Setting it before postscript() will have no effect on the postscript plot. I am not at all sure what you are using fin= for, but that is what you are seeing the effects of in the margins