Re: [Rd] In plot.ts, las=1 applies to ylab with multiple series and not to axis labels

2016-02-01 Thread David Winsemius
> 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

Re: [Rd] In plot.ts, las=1 applies to ylab with multiple series and not to axis labels

2016-02-01 Thread Martin Maechler
> 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

[Rd] In plot.ts, las=1 applies to ylab with multiple series and not to axis labels

2016-01-30 Thread Spencer Graves
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