Re: [Rd] dotchart.R and left margin

2013-07-15 Thread Prof Brian Ripley
On 01/07/2013 16:37, Stephen Weigand wrote: Hello, In trying to minimize the margin on the left hand side when using dotchart I found what may be a typo in the code. In the lines below from dotchart.R, should nmai[4L] be nmai[2L]? if (!(is.null(labels) && is.null(glabels))) { nmai <- par

[Rd] dotchart.R and left margin

2013-07-01 Thread Stephen Weigand
Hello, In trying to minimize the margin on the left hand side when using dotchart I found what may be a typo in the code. In the lines below from dotchart.R, should nmai[4L] be nmai[2L]? if (!(is.null(labels) && is.null(glabels))) { nmai <- par("mai") nmai[2L] <- nmai[4L] + max(linch + goff