> On Feb 1, 2016, at 2:55 AM, Martin Maechler
> wrote:
>
>> Spencer Graves
>>on Sat, 30 Jan 2016 15:34:36 -0600 writes:
>
>> Hello:
>> In plot.ts, las=1 applies to ylab and not axis labels with
>> multiple series. The documented behavior is to have las=1 apply to axis
>> labels
> Spencer Graves
> on Sat, 30 Jan 2016 15:34:36 -0600 writes:
> Hello:
> In plot.ts, las=1 applies to ylab and not axis labels with
> multiple series. The documented behavior is to have las=1 apply to axis
> labels and not ylab.
> To see this, please try the fo
Hello:
In plot.ts, las=1 applies to ylab and not axis labels with
multiple series. The documented behavior is to have las=1 apply to axis
labels and not ylab.
To see this, please try the following:
plot.ts(1:4, las=1)
plot.ts(matrix(1:8, 4), las=1)
On my Mac, the se