search for: colorset

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

Did you mean: colorseq
2010 Nov 09
2
help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot
...both plots on a single plot. > plot(mfrow=c(2,1)) > barplot(blahblah) > barplot(blahblah) However if I try to use chart.StackedBar, the second entry appears to just overwrite the window. > plot(mfrow=c(2,1)) > chart.StackedBar(blahblah,date.format="%H:%M:%S",las=2, >colorset=rainbow12equal) > chart.StackedBar(blahblah,date.format="%H:%M:%S",las=2, >colorset=rainbow12equal) Any suggestions are greatly appreciated! -patrick
2005 Feb 23
4
Maximum line length of APPEND option in PXELINUX
Hi, I just replaced the pxelinux.0 of some 2.x version by pxelinux.0 vers. 3.0.7. Some of the PXE Clients refused to boot thereafter (just stopped after reading the config file). I noticed that the APPEND line was too long. Is this intentional? What is the maximum length of the APPEND option line? Thanks, Thomas
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
I've written a function that takes some input data output from a simulation model and creates some graphs. It's not very complicated code, and it works perfectly fine if I just run the code as is. But I have converted it into a function so we call it externally, and when I try to source the code to test the function, I get the error message "variable names are limited to 256
2011 Jul 18
0
[PATCH] fix ipv6 switch to disabled
...if self.ipv6_netdevgateway.value(): augtool("set", "/files/" + OVIRT_DEFAULTS + "/OVIRT_IPV6_GATEWAY", '"' + self.ipv6_netdevgateway.value() + '"') + self.screen = SnackScreen() # apply any colorsets that were provided. for item in self.__colorset.keys(): -- 1.7.5.4
2010 Jan 28
2
color palette for points, lines, text / interactive Rcolorpicker?
I'm looking for a scheme to generate a default color palette for plotting points, lines and text (on a white or transparent background) with from 2 to say 9 colors with the following constraints: - "red" is reserved for another purpose - colors should be highly distinct - avoid light colors (like "yellow"s) In RColorBrewer, most of the schemes are designed for area fill