I am saving several plots to different formats. I want to be able to change the font size for all of them at once. Is there a way to do this without having to have a call to par every time a new device is opened? I know that the par settings are removed after each device is closed. Thanks for your help, Jack -- View this message in context: http://r.789695.n4.nabble.com/keep-par-settings-after-device-closes-tp2542910p2542910.html Sent from the R help mailing list archive at Nabble.com.
On 16.09.2010 22:40, Jack Siegrist wrote:> > I am saving several plots to different formats. I want to be able to change > the font size for all of them at once. Is there a way to do this without > having to have a call to par every time a new device is opened?No. At least you will need some wrapper that does it for you. Uwe Ligges> I know that > the par settings are removed after each device is closed. > > Thanks for your help, > > Jack