On 09/06/12 13:20, peter dalgaard wrote:
>> I guess I overlook the corresponding part in the manual but how can I
>> modify the distance between the text and the line in a legend?
>>
>> Thank you for any hints!
> 
> You mean like this?
> 
> plot(0)
> legend(1, .5, legend=c("foo","bar"), lty=1:2, pch=NA)
> legend(1, .25, legend=c("foo","bar"), lty=1:2, pch=NA, x.intersp=2)

Thanks a lot. I think I even tried x.intersp before, worked fine now.

Sebastian

Attachment: signature.asc
Description: OpenPGP digital signature

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to