search for: ffff99

Displaying 10 results from an estimated 10 matches for "ffff99".

Did you mean: ffff9a
2009 Dec 23
1
animated R plots
...;, ylim=c(0,500))   legend("topright", legend=c("Transport", "Family", "Housing", "Substance Use", "Medical", "Mental Health"), pch=c(19,19,19,19,19,19), col=c("#7FC97F", "#BEAED4", "#FDC086", "#FFFF99", "#386CB0", "#F0027F"), bty="n", inset=.02)               for (i in 1:length(index)) { rect(11.4, 425, 11.9, 500, col="white", border="red")   year.service <- service[which(service$year==index[i]),]   graphics <- year.service[year.servic...
2005 Mar 29
4
slide show with R
...an as detailed instruction. For example, something like the following sequence of commands. At lecture time, I want the interpreter to read these commands one at a time from a file, display and execute the command, (or two or three commands) and then wait for another prompt. pale.yellow="#ffff99" par(bg=pale.yellow) plot(c(0,2*pi),c(-1,1),type="n",ylab="",yaxt="n") mirror<-function(t) { c(t,rev(2*max(t)-t)) } z<-log(1:1000)/log(1000) zz<-z*pi/2 zzz<-mirror(mirror(zz)) polygon(zzz,sin(25*zzz)*sin(zzz),border="blue") polygon(zzz,sin(5*...
2006 Mar 31
2
RE: drag and drop sorting with an empty lis
...e if (!$(container).hasChildNodes()) { Element.addClassName($(container),''empty''); } } I was using this for 2 sortable (UL) lists - my class for the "empty" sortable just padded the container: .empty { padding: 10px; border: 1px dashed #FFDD44; background-color: #FFFF99; } The padding and style was enough to give a visible "target" for the users to drop on. - bry > Does anyone have a good solution for using script.aculo.us > drag and drop sorting with multiple lists when one or more of > those lists might start out empty? > > I wan...
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
...CCFFFF", "#E6E6E6", "#999999", "#666666", "#333333") BluetoOrangeRed.14 <- c("#085AFF", "#3377FF", "#5991FF", "#8CB2FF", "#BFD4FF", "#E6EEFF", "#F7FAFF", "#FFFFCC", "#FFFF99", "#FFFF00", "#FFCC00", "#FF9900", "#FF6600", "#FF0000") BluetoOrange.10 <- c("#0055FF", "#3399FF", "#66CCFF", "#99EEFF", "#CCFFFF", "#FFFFCC", "#FFEE99", "#FFCC66&qu...
2008 Apr 24
2
alternatives to RColorBrewer?
I've found RColorBrewer useful for its qualitative palettes, but wished that it could generate more than 12 qualitative palettes (e.g. with Set3). Any suggestions for alternative color palette generators that can handle e.g. 18 distinctive colors? (I'm aware of using rainbow(), but this doesn't generate enough distinct colors when the number of palettes is large). Thanks, Andrew
2007 Sep 28
1
Ajax.InplaceEditor (script.aculo.us / Prototype)
I am new to script.aculo.us and prototype and I am having problem using it. It only has problem in IE. There is no problem in Firefox and it works fine. I am using script.aculo.us InPlaceEditor and it always returns object expected as an exception. What I could debug so far is I could see element and url which are the parameters. I could see object in Ajax.InPlaceEditor after creating class but
2005 Jul 12
2
highlighte
hi, i''ve just started using script.aculo.us visual effects, lots of fun. i was wondering what the best and most efficient way would be of achieving something along the lines of fade anything technique (FAT, http://www.axentric.com/aside/fat/) whereby an element''s background fades away from one color to the element''s native background-color. (for example, you get
2010 Jan 17
6
More than on loop??
hello every one, How to function more than one loop in R? I have the following problem to be solved with the a method of three loops, can you help me please? The data is attached with this message. The data is composed of two parts, cleaved (denoted by ?cleaved?) and non cleaved (denoted by ?noncleaved?). ? to access to the ith peptide, you can use X$Peptide[i] ? to access to the ith label,
2006 Feb 03
4
Anonymous function variable scope issue
Hey all, I joined this list mostly because I don''t see too much in the OO javascript arena, and I have q''s (of course). I have a little pet project I am working on, you can see it here: http://thinkof.net/notify/index.html I have a class Notify.Alert() that takes some options and displays a div alert instead of a javascript one. Currently it is configurable to allow
2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question.. I often crash my Safari when using ''Enter'' on InPlaceEditor''s for submitting. Works fine on firefox(win & Mac) - no javascript errors. Anyone else seen this behavior? (Maybe it is just my alterings of InPlaceEditor :-) Best Regards Michael Krog