On Sun, Apr 8, 2012 at 11:40 AM, Vikram Chhatre
<crypticlineage at gmail.com> wrote:> Hello -
>
> I want to generate stacked plots with par(mfrow)) function. ?However,
> my axis labels aren't showing.
>
Your mar (2) are too narrow. You could increase back to the default or
use the lines option in mtext to write labels closer to the plot or,
well, a host of other things...
Hope this helps
> My script is here:
> http://pastebin.com/yXXeMQgb
>
> The plot is here:
> http://www.crypticlineage.net/rdisc/strplot.pdf
>
> Thank you for your time.
>
> Vikram
>
> ______________________________________________
> 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.