[R] axis labels not showing
Vikram Chhatre
crypticlineage at gmail.com
Sun Apr 8 20:47:23 CEST 2012
Indeed. Changing margins brought back the axis labels. Thank you.
What I would really like to do is stack these plots atop each other so
they share the common x-axis. Is there a way to do it with ggplot2?
Vikram
On Sun, Apr 8, 2012 at 1:33 PM, ilai <keren at math.montana.edu> wrote:
> 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.
More information about the R-help
mailing list