Another easy fix for legend() with trace=TRUE would be to
replace "...)" by ", ...)" in this code:
[...]
if (trace)
catn(" rect2(", left, ",", top, ",
w=", w, ", h=",
h, "...)", sep = "")
[...]
Cheers,
Jerome
maechler@stat.math.ethz.ch
2003-Jun-06 09:47 UTC
[Rd] "trace" argument in legend() (PR#2578)
>>>>> "Jerome" == Jerome Asselin <jerome@hivnet.ubc.ca> >>>>> on Wed, 28 May 2003 09:49:14 -0700 writes:Jerome> Another easy fix for legend() with trace=TRUE would be to Jerome> replace "...)" by ", ...)" in this code: [...] if (trace) catn(" rect2(", left, ",", top, ", w=", w, ", h=", h, "...)", sep = "") [...] Jerome> Cheers, Jerome> Jerome now done as well. Thanks, Jerome. Martin