Manish Gupta
2012-May-25 18:03 UTC
[R] How to change width of bar when there are very few bars?
http://r.789695.n4.nabble.com/file/n4631371/Bar_Chart.png How to control width of bar chart when there are very few bars in plot? Regards -- View this message in context: http://r.789695.n4.nabble.com/How-to-change-width-of-bar-when-there-are-very-few-bars-tp4631371.html Sent from the R help mailing list archive at Nabble.com.
R. Michael Weylandt <michael.weylandt@gmail.com>
2012-May-26 00:45 UTC
[R] How to change width of bar when there are very few bars?
You can supply a width argument but you also need xlim if I remember right for the specification to have visible effect. Michael On May 25, 2012, at 2:03 PM, Manish Gupta <mandecent.gupta at gmail.com> wrote:> http://r.789695.n4.nabble.com/file/n4631371/Bar_Chart.png > > > How to control width of bar chart when there are very few bars in plot? > > > Regards > > -- > View this message in context: http://r.789695.n4.nabble.com/How-to-change-width-of-bar-when-there-are-very-few-bars-tp4631371.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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.
Manish Gupta
2012-May-26 02:26 UTC
[R] How to change width of bar when there are very few bars?
If i assign a vector with same small width for each bar (here) still both are same broad. I think it takes ratio for whole area. Is there any other parameter to control it.? Any working example will help me. -- View this message in context: http://r.789695.n4.nabble.com/How-to-change-width-of-bar-when-there-are-very-few-bars-tp4631371p4631427.html Sent from the R help mailing list archive at Nabble.com.