Re: [Rd] invalid graphics state using dev.print (fwd)

2006-02-21 Thread Prof Brian Ripley
On Tue, 21 Feb 2006, Hin-Tak Leung wrote: > Prof Brian Ripley wrote: >> On Mon, 20 Feb 2006, Prof Brian Ripley wrote: >> >>> On Mon, 20 Feb 2006, Paul Murrell wrote: > > >> x11() > >> plot(rnorm(10)) > >> dev.print(png) > >>> I don't think there is a way to do that unambiguously

Re: [Rd] invalid graphics state using dev.print (fwd)

2006-02-21 Thread Hin-Tak Leung
Prof Brian Ripley wrote: > On Mon, 20 Feb 2006, Prof Brian Ripley wrote: > >>On Mon, 20 Feb 2006, Paul Murrell wrote: >> x11() >> plot(rnorm(10)) >> dev.print(png) >>I don't think there is a way to do that unambiguously (there is no >>standard way to do the conversion), and in

Re: [Rd] invalid graphics state using dev.print (fwd)

2006-02-20 Thread Paul Roebuck
On Mon, 20 Feb 2006, Prof Brian Ripley wrote: > On Mon, 20 Feb 2006, Paul Murrell wrote: > > [...] > > >>>> x11() > >>>> plot(rnorm(10)) > >>>> dev.print(png) > > >> Paul> Error in dev.copy(device = function (filename = "Rplot%03d.png", > >> width = > >> Paul> 480, : > >>

Re: [Rd] invalid graphics state using dev.print (fwd)

2006-02-20 Thread Prof Brian Ripley
On Mon, 20 Feb 2006, Prof Brian Ripley wrote: > On Mon, 20 Feb 2006, Paul Murrell wrote: > > [...] > >>> >> x11() >>> >> plot(rnorm(10)) >>> >> dev.print(png) > >>> Paul> Error in dev.copy(device = function (filename = "Rplot%03d.png", >>> width = >>> Paul> 480, : >>> Paul> inv

Re: [Rd] invalid graphics state using dev.print (fwd)

2006-02-19 Thread Prof Brian Ripley
On Mon, 20 Feb 2006, Paul Murrell wrote: [...] >>>> x11() >>>> plot(rnorm(10)) >>>> dev.print(png) >> Paul> Error in dev.copy(device = function (filename = "Rplot%03d.png", >> width = >> Paul> 480, : >> Paul> invalid graphics state > I think the problem is that the wid

Re: [Rd] invalid graphics state using dev.print (fwd)

2006-02-19 Thread Paul Murrell
Hi Martin Maechler wrote: >>"Paul" == Paul Roebuck <[EMAIL PROTECTED]> >>on Wed, 8 Feb 2006 15:33:11 -0600 (CST) writes: > > > Paul> On Mon, 6 Feb 2006 18:12, Simon Urbanek wrote: > >> On Feb 6, 2006, at 5:24 PM, Paul Roebuck wrote: > >> > >>> Tried on R-Sig-Mac wit

Re: [Rd] invalid graphics state using dev.print (fwd)

2006-02-10 Thread Martin Maechler
> "Paul" == Paul Roebuck <[EMAIL PROTECTED]> > on Wed, 8 Feb 2006 15:33:11 -0600 (CST) writes: Paul> On Mon, 6 Feb 2006 18:12, Simon Urbanek wrote: >> On Feb 6, 2006, at 5:24 PM, Paul Roebuck wrote: >> >>> Tried on R-Sig-Mac with no responses, but I need some kind

Re: [Rd] invalid graphics state using dev.print

2006-02-06 Thread Simon Urbanek
Paul, On Feb 6, 2006, at 5:24 PM, Paul Roebuck wrote: > Tried on R-Sig-Mac with no responses, but I need some kind of answer. > [...] > Does the following work on your system? Interesting, no, it doesn't either. For png and pdf I use Quartz + quartz.save (it produces much nicer results) so I d