similar to: Telling plot() the max y value to expect when plotting one distribution and then using lines() to add more distributions

Displaying 19 results from an estimated 19 matches similar to: "Telling plot() the max y value to expect when plotting one distribution and then using lines() to add more distributions"

2012 Jun 27
3
qplot and colors (Please Help)
Please help: I am using qplot as below and want to specify a different color scheme for race but dont know how, can someone show me. Thanks in advance Code and input file below: library(ggplot2) library(gridExtra) d<-read.table("results", header=TRUE, fill=TRUE) plot2<-qplot(X,Y,data=d,color=race,facets=TYPE~., xlab="X", ylab="Y") + theme_bw()
2012 Dec 03
3
r function definition
I am a very new R user. I am trying to write functons and debug functions. One problem for me is that I need to alwasy copy the whole function body and resubmit to R console every time I changed even one line of the function. Because I have long algorithm function, copying and pasting is very tedious for me. I assume if I save the function files, R should be able to just use the new function body
2012 Jun 28
1
Merging listed dataset into one
Hello, I'm wondering how I can merge two featuresets into one. My dataset is two sets of microarray data and it looks like followings: > rawData $v1 TilingFeatureSet (storageMode: lockedEnvironment) assayData: 2197815 features, 59 samples element names: channel1, channel2 protocolData rowNames: LT290677RU_D1_2011-02-16 LT286300LU_D1_2010-07-24 ... LT003990RU_D1_2010-11-04 (59
2008 Mar 25
2
ggplot2 - facetting
Dear All, After having overcome the issue of legends (thanks, Thierry, once more), I am trying to use facetting, but here also I can not find how to do this. I do not want to use qplot, but rather the more flexible options. However, it seems I am doing still something pretty stupid, because I always get an error, even if it seems I am doing everything like the examples. My code is below.
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
I''m having an issue with flashing divs in IE (firefox is fine and the only other browser I''ve used) My scenario is as follows. I have 2 divs (initially hidden) and using the BlindDown and BlindUp functions (possibly others) the divs flash when starting to roll down in BlindDown (due to the Element.show call) and also at the end of the BlindUp call (due to the Element.hide call)
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
I agree. -----Original Message----- From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of Andrew Kaspick Sent: Tuesday, July 12, 2005 9:40 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Re: flashing divs in IE with use of BlindUp andBlindDown Can this "fix" proposed by Marc be integrated into
2005 Sep 14
3
Effects.Scale and form input elements
is it possible to use Effects.Scale to make a set of form input elements appear in a ''slide out'' effect? I''m trying to build a control with a button which, when clicked, will cause a row of form inputs to appear. I can do this with Effects.Appear, but what I really wanted was for the inputs to appear to ''slide out'' from the button. What I
2005 Nov 24
0
Scaling question
I created a simle script for a webpage I''m working on that updates a small div of text every so often. The text varies greatly in length, so I would rather use an effect so the div collapses->the text is updated-> the div uncollapses. My code below, however, doesn''t work. After testing, I realize that it isn''t scaling to 100% of the text height, but 100% of
2006 Oct 17
0
[680] trunk/wxruby2/samples/printing/printing.rb: Cleaned up to use the Ruby naming convention, added #! line, now uses Wx default ID''s in standard menu items.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2009 Nov 16
1
Samba, IPv6, turning off NetBT and Network discovery
Hi, I hope this hasn't already been discussed to death, but I didn't find the answer through Google. In short, my question is: how can I advertise a Samba server through UPnP/Network Discovery? I'm currently using Samba 3.2.6, but should be able to upgrade if needed. I am trying to build an IPv6-only network, for now just for testing purposes. The problem I am having is that
2011 Jan 20
1
Samba name/address mismatch
Hello In samba log file I've a message like this: [2011/01/18 16:04:04, 0] lib/util_sock.c:matchname(1749) matchname: host name/address mismatch: ::ffff:192.168.168.202 != pc-ser-tun.eda that fills log.smbd. I've never used ipv6 and ping pc-ser-tun.eda returns: PING pc-ser-tun.eda (192.168.168.202) 56(84) bytes of data. 64 bytes from pc-ser-tun.eda (192.168.168.202): icmp_seq=1
2013 Jul 17
1
Missing syslinux utility in zip?
As a complete newbie, I needed to use syslinux to do what it does. I duly went and downloaded syslinux_6.01.zip from https://www.kernel.org/pub/linux/utils/boot/syslinux/ Unzipped in Xp and tried the syslinux -xa drive letter: to get usb to work, it did not. After investigating the win32 folder there is no syslinux? Versions 5.01 and below have it , why has it been removed? All the online helps
2009 Nov 04
2
samba 3.4 ADS support broken on ipv6 networks ?
Our Windows 2003 domain controllers and Samba member servers support both ipv4 and ipv6. Our DNS server resolves hostnames both to ipv4 and ipv6 addresses. Recently, this turned out to be a problem when within a regular Fedora 11 update, samba 3.2 was replaced with samba 3.4. samba-3.4.2-0.42.fc11.i586 to be exact. Everything Active Directory related stopped working and I had to stop winbind
2006 Apr 08
0
MSN like blind - BottomToTop
Previously, by mistake I added request in wish list for slide like MSN. Actully it was Blind like msn. However it was my mistake so I tried to created script by my slef - and able to do it. But I am new to this, so my script is not in good condition. Effect.Scale2 = Class.create(); Object.extend(Object.extend(Effect.Scale2.prototype, Effect.Base.prototype), { initialize: function(element,
2006 Apr 28
3
AJAX effects not smooth on Rails
I''ve been playing around with AJAX effects using ActionView::Helpers::ScriptaculousHelper. When I implement these ''freehand'' on a regular html page the Scriptaculous effects are smooth. However when I use them rails methods they are not. For example Appear, Grow and Slideup all blink the text at the start. As in the content appears for a split second, then
2010 Oct 23
2
Samba 3.2 & IPv6
Hi Everybody! I'm configuring an IPv6-Only network, the OS i'm using is Debian Lenny 506 and the problem is that i cant put Samba 3.2 working. After configuring the entire system, when i try to join to the domain(net ads join -U Administrator), returns "Segmentation Fault". And with "net ads join -U Administrator -S FQDN_AD_Server" returns "Failed to join domain:
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_strings.c | 17 + libswfdec/swfdec_as_types.c | 16 + libswfdec/swfdec_as_types.h | 2 libswfdec/swfdec_gradient_pattern.c | 129 +++++++++++++++ libswfdec/swfdec_gradient_pattern.h | 67 +++++++
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app, that will be done separately in another patch as F10/F11 require different setups for that. In the meantime gettext works if manually changed in environment.rb to gettext_rails instead of gettext/rails Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com> --- src/app/controllers/application.rb | 200 --------
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server