Re: [R] Lattice, ggplot, and pointsize

2013-06-05 Thread Milan Bouchet-Valat
Le mercredi 05 juin 2013 à 19:37 +0530, Deepayan Sarkar a écrit : > On Sun, May 26, 2013 at 12:47 AM, Milan Bouchet-Valat > wrote: > > Le mardi 21 mai 2013 à 21:39 +0100, Prof Brian Ripley a écrit : > >> On 21/05/2013 21:24, Bert Gunter wrote: > >> > At the risk of misunderstanding... (inline) >

Re: [R] Lattice, ggplot, and pointsize

2013-06-05 Thread Deepayan Sarkar
On Sun, May 26, 2013 at 12:47 AM, Milan Bouchet-Valat wrote: > Le mardi 21 mai 2013 à 21:39 +0100, Prof Brian Ripley a écrit : >> On 21/05/2013 21:24, Bert Gunter wrote: >> > At the risk of misunderstanding... (inline) >> > >> > On Tue, May 21, 2013 at 12:17 PM, Milan Bouchet-Valat >> > wrote: >

Re: [R] Lattice, ggplot, and pointsize

2013-05-25 Thread Milan Bouchet-Valat
Le mardi 21 mai 2013 à 21:39 +0100, Prof Brian Ripley a écrit : > On 21/05/2013 21:24, Bert Gunter wrote: > > At the risk of misunderstanding... (inline) > > > > On Tue, May 21, 2013 at 12:17 PM, Milan Bouchet-Valat > > wrote: > >> Le mardi 21 mai 2013 à 08:17 -0700, Jeff Newmiller a écrit : > >>

Re: [R] Lattice, ggplot, and pointsize

2013-05-21 Thread Prof Brian Ripley
On 21/05/2013 21:24, Bert Gunter wrote: At the risk of misunderstanding... (inline) On Tue, May 21, 2013 at 12:17 PM, Milan Bouchet-Valat wrote: Le mardi 21 mai 2013 à 08:17 -0700, Jeff Newmiller a écrit : That is like complaining that your hammer does not fit these newfangled Philips screws.

Re: [R] Lattice, ggplot, and pointsize

2013-05-21 Thread Bert Gunter
At the risk of misunderstanding... (inline) On Tue, May 21, 2013 at 12:17 PM, Milan Bouchet-Valat wrote: > Le mardi 21 mai 2013 à 08:17 -0700, Jeff Newmiller a écrit : >> That is like complaining that your hammer does not fit these >> newfangled Philips screws. >> >> These are different tools. Do

Re: [R] Lattice, ggplot, and pointsize

2013-05-21 Thread Milan Bouchet-Valat
Le mardi 21 mai 2013 à 08:17 -0700, Jeff Newmiller a écrit : > That is like complaining that your hammer does not fit these > newfangled Philips screws. > > These are different tools. Do not expect them to interoperate. I understand that Lattice and ggplot2 do not use settings from par(). I'm fine

Re: [R] Lattice, ggplot, and pointsize

2013-05-21 Thread Jeff Newmiller
That is like complaining that your hammer does not fit these newfangled Philips screws. These are different tools. Do not expect them to interoperate. --- Jeff NewmillerThe . . Go Li

Re: [R] Lattice, ggplot, and pointsize

2013-05-21 Thread Milan Bouchet-Valat
Le mardi 21 mai 2013 à 23:30 +1000, Duncan Mackay a écrit : > Hi > > See par.settings in xyplot > > Things are also controlled by > trellis.par.get() > to see values > trellis.par.set() > > eg > xyplot(~Freq|Year, data = sheep2, > groups = farm, > par.settings = list(st

Re: [R] Lattice, ggplot, and pointsize

2013-05-21 Thread Duncan Mackay
Hi See par.settings in xyplot Things are also controlled by trellis.par.get() to see values trellis.par.set() eg xyplot(~Freq|Year, data = sheep2, groups = farm, par.settings = list(strip.background = list(col = "transparent"), axis.text =

[R] Lattice, ggplot, and pointsize

2013-05-21 Thread Milan Bouchet-Valat
Hi! When inserting R plots into a document using odfWeave, I fought for a while to get Lattice plots use the same text size as base plots. I eventually discovered that specifying a point size via e.g. svg(pointsize=10) has no effect on Lattice plots. One needs to adjust the size manually via: trel