On 09/05/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote:
>
> On Wed, 9 May 2007, [EMAIL PROTECTED] wrote:
>
> > The code is:
> >
> > postscript(filename, horizontal=FALSE, onefile=FALSE, paper="special",
>
> You have not set a width or height, so please do your homework.


Thanks a lot for that and to Phil for replying. Just a minor "correction" to
your post. "You have not set a width AND height". Both seem to be required.
I had tried only with width thinking height would be calculated relatively
but I was still getting the same error.

> bg="white", family="ComputerModern", pointsize=10);
> > par(mar=c(5, 4, 0, 0) + 0.1);
> > plot(x.nor, y.nor, xlim=c(3,6), ylim=c(20,90), pch=normal.mark);
> >
> > gives error
> > Error in plot.new() : figure margins too large
> >
> > plotting on the screen without calling postscript works just fine .
> >
> > Any clues? Thanks.
> >
> >       [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > [email protected] mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>
> --
> Brian D. Ripley,                  [EMAIL PROTECTED]
> Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
> University of Oxford,             Tel:  +44 1865 272861 (self)
> 1 South Parks Road,                     +44 1865 272866 (PA)
> Oxford OX1 3TG, UK                Fax:  +44 1865 272595
>

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to