search for: whislt

Displaying 5 results from an estimated 5 matches for "whislt".

Did you mean: whilst
2009 Sep 04
4
Creating mixed line and point graphs with xyplot
...find a way of doing this.? The situation is that I have 4 series, say a, b, c and d.? Series a and c are plotted on the lh y axis, series b and d are plotted on the rh (secondary) y axis.? I've worked out how to do this. However, I need to plot series a and b a points (symbols only, no line), whislt c and d need plotting as lines (with no symbols).? What is the easiest way to do this in xyplot?? Or should?I be using something else? Thanks! Paul
2012 Nov 19
3
Plot Area Dimensions
...all have a common x-axis. However, using the code below I'm unable to get the plot area the same size for each plot. The bottom plot with the x-axis label is smaller than the others, as is the top plot which has larger margins. How can I get the plot region the same size for all 6 plots, whislt still having a large enough margin for the x-axis label on the bottom plot? y<-rnorm(1:100) x<-rnorm(1:100) par(mfrow=c(6,1)) par(mar=c(0,5,2,5)) plot(y~x, xlab="", xaxt="n", ylab="y") par(mar=c(0,5,0,5)) plot(y~x, xlab="", xaxt="n", ylab=&qu...
2006 Jan 05
1
Iaxy Ringtone
Hi all, I have a small query regarding ringing tones on an iaxy2. I have a customer who uses an iaxy to breakout to pstn via our *. However the customer complains that he gets no ringing tone whislt making calls, i just visited the site and can confirm this. I also have another customer who is presently in canada with an iaxy calling thru our * , he doesnt have this issue. I presume that the ringing tone is generated by the iaxy itself, and that therefore the one with no ringing tone is fa...
2000 Jun 06
4
WINS serving
Hi all, I use Samba (nmbd) for WINS serving round here. Any one know how to set up two WINS servers (on different machines for resilience) using Samba? Also, whislt I'm on the subject. Suppose I have a machine with multiple (physical) interfaces, each with a unique IP address. When it ('s nmbd) registers with teh WINS server does it register all its addresses? Moreover, when the WINS server is asked for the IP address of that machine, which one does...
2007 Dec 27
5
Rails 2.02 dropped JSON attribute tag ?
Hey there I was scratching my head over why my application breaks when I run on a local server but works on my remote server. It turns out that my local server is Rails 2.0.2 and my remote server is 1.2.3 and I expect the tag "attributes" to be passed with a json stream, before parsing. Unfortunately, this was dropped in 2.0.2. Is there any documentation on this? Any way to get it back?