Displaying 2 results from an estimated 2 matches for "xusr".
Did you mean:
usr
2007 Nov 07
1
strwidth and strheight for rotated text
...mputed on the unrotated
text.
These two solutions work for square graphic window (e.g. X11(),
X11(width=3, height=3)..)
But the two solutions does not work for rectangular windows:
# does not works for rotated text using modif of par("usr")
X11(height=4)
plot(z)
x1 <- 5
y1 <- 0
xusr <- par("usr")
par("usr"=xusr[c(3,4,1,2)])
yh <- strwidth(cha, cex = par("cex"))
xh <- strheight(cha, cex = par("cex")) * 5/3
par("usr"=xusr)
rect(x1 - xh/2, y1 - yh/2, x1 + xh/2, y1 + yh/2, col = "white")
text(x1, y1, cha, cex = p...
2002 Feb 14
1
Failure with authentication using Winbind and SMTP
...002 08:54:12 -0400
SMTP (560) >EHLO uft.edu.ve
SMTP (560) 250-aiur.uft.edu.ve Hello dnselectron.uft.edu.ve [200.35.85.218], pleased to meet you
SMTP (560) 250-ENHANCEDSTATUSCODES
SMTP (560) 250-8BITMIME
SMTP (560) 250-SIZE
SMTP (560) 250-DSN
SMTP (560) 250-ONEX
SMTP (560) 250-ETRN
SMTP (560) 250-XUSR
SMTP (560) 250 HELP
SMTP (560) >MAIL FROM:<jrojas@uft.edu.ve>
SMTP (560) 250 2.1.0 <jrojas@uft.edu.ve>... Sender ok
SMTP (560) >RCPT To:<RED-UFT+jcmr@aiur.uft.edu.ve>
SMTP (560) 550 5.1.1 <RED-UFT+jcmr@aiur.uft.edu.ve>... User unknown
SMTP (560) >QUIT
SMTP (560) 221...