[R] Plot area reduction

jim holtman jholtman at gmail.com
Fri Sep 11 14:53:24 CEST 2009


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 <akshay.rajesh at gmail.com> 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 a strip but the font looks normal
>
> --
> Rajesh.J
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?




More information about the R-help mailing list