I have a simple barchart with horizontal bars and horizontal tick labels,
produced with

barplot(x, horiz = T, names.arg = c, las = 1)

The labels are longish strings, truncated on the plot. I wish to leave more
space for the left margin, and experiment with mar parameter,

barplot(x, horiz = T, names.arg = c, las = 1, mar = c(5, 15, 4, 2))

trying various values for the second vector element, but do not notice any
change. Consulting this nice tutorial

http://research.stowers-institute.org/efg/R/Graphics/Basics/mar-oma/index.htm

has not helped. Can anyone point me in the right direction?

Thank you.
-- 
View this message in context: 
http://n4.nabble.com/Newbie-woes-with-par-mar-tp1563745p1563745.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to