Displaying 3 results from an estimated 3 matches for "quaderant".
2004 Dec 06
1
plot color question
Thanks again Andy and Uwe for you help on my previous
post of ploting lm coef and means. With your
direction, I was able to expand and generalize the
function to meet my requirements.
Follow up question: Is it possible to make the points
different colors depending on which quaderant they
fall into?
The data frame contains two variables (x and y)
Quad 1 = x>mean(x) & y>mean(y) would be blue
Quad 2 = x>mean(x) & y<mean(y) would be red
Quad 3 = x<mean(x) & y>mean(y) ....
Quad 4 = x<mean(x) & y<mean(y) ....
Derek
2002 Jun 21
3
Login script doesn't run
Hi,
The login script has worked for our win98 computers since the dawn of time (or
there abouts). Then something happened or I did something and the login script
doesn't run anymore. I can run it manually. This was version 2.2.3a.
I started smbd with -d10 and didn't see any call for a script. Is the login script
mentioned in a working system?
In an effort to fix this, I deleted and
2008 Feb 24
1
Problems with request.remote_ip
Hello everyone,
I am trying to use request.remote_ip in my application to log a user''s
IP address because I have been having a lot of abuse issues. basically
when a user logs I simply call user.update_attribute(:last_ip,
request.remote_ip). The problem is that for some reason a lot of people
that have recently logged in still have NULL listed as their last_ip in
the database, even