Re: [R] Plot area reduction

2009-09-11 Thread jim holtman
you can use the 'mar' parameter of 'par' to setup the margins of the graph and then use the height/width option when opening the graphic device to control the plotting area. On Thu, Sep 10, 2009 at 6:10 AM, rajesh j wrote: > Hi, > > I need my plot to occupy a thin strip-like area but the plot are

Re: [R] Plot area reduction

2009-09-10 Thread Jim Lemon
On 09/10/2009 08:10 PM, rajesh j wrote: Hi, I need my plot to occupy a thin strip-like area but the plot area in R is a square so when I save it and reduce its height to a strip in my document the font in the graph looks flattened. Is there someway i can do this in R itself?..so that my plot is

[R] Plot area reduction

2009-09-10 Thread rajesh j
Hi, I need my plot to occupy a thin strip-like area but the plot area in R is a square so when I save it and reduce its height to a strip in my document the font in the graph looks flattened. Is there someway i can do this in R itself?..so that my plot is a strip but the font looks normal -- Raj