| To: | s-news@lists.biostat.wustl.edu |
|---|---|
| Subject: | border of key on plot over-runs text inside key - how do I fix? |
| From: | "Kurbat, Matt" <Matt.Kurbat@kmv.com> |
| Date: | Tue, 24 Apr 2001 11:16:46 -0700 |
Dear Splus Users,
I'm trying to put a "key" on a plot.
My problem is: if I use "border = T",
then the lower edge of the border over-runs the text inside the key.
I've tried experimenting with various options in "key," but to
no avail.
A piece of my code is below.
Does anyone have any suggestions for how to make the
lower edge of the border not over run the text?
Thank you,
Matt Kurbat
plot(x, y,
xlab="...",
ylab="...", type="n")
key(x=1, y=85,
text = c("xxx","yyy"),
points = list(pch = c(1,17)),
font = c(1,1),
size = 20,
border = T)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | calling C from within Splus, Zeynep Isil Kalaylioglu |
|---|---|
| Next by Date: | [no subject], zikalayl |
| Previous by Thread: | calling C from within Splus, Zeynep Isil Kalaylioglu |
| Next by Thread: | [no subject], zikalayl |
| Indexes: | [Date] [Thread] [Top] [All Lists] |