Re: [R] legend: bold and color of border

2008-03-15 Thread Thomas Steiner
Hi Jim, thank you very much for your answers! > > How do I write bold face in the legend - the function does not accept > > font=2 as argument? > par(font=2) perfect, thanks. > > How do I plot a legend box with a background color, but not a border? > > Or, better: How do I specify the col

Re: [R] legend: bold and color of border

2008-03-15 Thread Jim Lemon
Thomas Steiner wrote: > How do I write bold face in the legend - the function does not accept > font=2 as argument? > > How do I plot a legend box with a background color, but not a border? > Or, better: How do I specify the color of the legend-box-borderline? > > Okay, I abuse the legend, but ha