search for: rrggbb

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

Did you mean: rrggbbaa
2008 Nov 22
0
[PATCH] ppmtolss color need to be quoted
...illes Espinasse <g.esp at free.fr> diff --git a/man/ppmtolss16.1 b/man/ppmtolss16.1 index 954e94b..5be3263 100644 --- a/man/ppmtolss16.1 +++ b/man/ppmtolss16.1 @@ -3,7 +3,7 @@ ppmtolss16 \(em Convert a PPM to an LSS16 image .SH "SYNOPSIS" .PP -\fBppmtolss16\fR [ \fB \fI#rrggbb\fR=\fIi\fR \fP \&...] [< input.ppm] [> output.rle] +\fBppmtolss16\fR [ \fB \fI'#rrggbb\fR=\fIi'\fR \fP \&...] [< input.ppm] [> output.rle] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBppmtolss16\fR command. @@ -4...
2007 May 21
3
Selecting complementary colours
Dear r-helpers, I wonder whether, given the "#rrggbb" representation of a colour, there is a simple way to select the complementary colour, also expressed as a "#rrggbb" string. Any suggestions would be appreciated. John -------------------------------- John Fox, Professor Department of Sociology McMaster University Hamilton, Ontari...
2013 Jun 07
1
col2rgb, factors & documentation
...col2rgb(5) # the integer value of the first level # and this is res[,1] which by the way is palette()[5], aka "cyan" ?col2rgb says: col vector of any of the three kinds of R color specifications, i.e., either a color name (as listed by colors()), a hexadecimal string of the form "#rrggbb" or "#rrggbbaa" (see rgb), or a positive integer i meaning palette()[i]. Non-numeric values are coerced to character. So in the example the factor is being taken as its integer representation, and finding an integer as the input value, col2rgb goes to palette(). Perhaps this is a n...
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...; > is it possible at all (i.e. is hsv <--> rgb 1:1 ?)} > > rgb2col(rgb_ch) |-> uint { := unsigned int } > name2col (ch) |-> uint > number2col(ch) |-> uint > str2col (ch) |-> uint {calling one of the above 3 functions !} > > RGB2rgb(r,g,b) |-> #RRGGBB string > col2name(uint) |-> name from colors() or #RRGGBB string > > ------- > I would tend to provide only > > * str2col() returning an R integer() {instead of uint; the > R color model > only needs the low order 24 bits, > see beginning of Grap...
2002 May 31
2
Matrix-like plot
Dear List, I have a 47 species * 83 samples matrix containing percentage abundance data. I have two cluster analyses one of the samples and one of the species, and have ordered the rows and columns of the species by samples matrix according to these two cluster analyses. So far so good! Now what I want to do is create a plot with the species dendrogram at the top of the plot, the samples
2011 Jul 28
2
Ploting gradient
I have a simple bar chart with annual precipitation (jan to dez). I want to plot, above each bar (on a line), a square wich is color based on a scale (0-100%). With 0 being white and 100 black, like a gradient. Is it possible? How to? Thanks -- Fernando Andreacci [[alternative HTML version deleted]]
2023 Jan 12
2
Background for word
Dear, I am having a lucky day. I am programming in RStudio and when I type "black" (quotation signs included, the word turn into a word with black ground. Couldn't get rid of the background----copying to Word, Excel, text editor and paste back to Rstudio, the word is still in black background? Help! ??? dv.group<-c("black","othrrace");
2009 Aug 06
2
making scatter plot points fill semi-transparent
hi all, i have a simple scatter plot, and i'd like to make it so the scatter plot colors are slightly transparent. i see in a previous post that someone mentioned the "alpha" parameter, but i am not sure how it can be used with the 'plot' function [*]. for example, suppose i have: plot(mydata$column1, mydata$column2, col="red", cex=1) i now want to make it so
2006 Nov 02
3
Complex plotting problem
Hello, I would like to make a plot (preferably lines, but points will do too), where the line segment changes color depending on the value of the y-axis. For example, let's suppose the y-axis range is from -1 to 1. Points close to -1 would be colored blue, while points close to 1 will be colored red. Points in between will be varying degrees of blue/red depending on how close they
2007 Mar 21
0
[904] branches/wxruby2/wxwidgets_282: Changes in Wx::Colour API 2.6 -> 2.8
...n><ins>+// flags for wxColour -> wxString conversion (see wxColour::GetAsString) +#define wxC2S_NAME 1 // return colour name, when possible +#define wxC2S_CSS_SYNTAX 2 // return colour in rgb(r,g,b) syntax +#define wxC2S_HTML_SYNTAX 4 // return colour in #rrggbb syntax + </ins><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> </span><span class="cx"> %include "include/wxColour.h" </span></span></pre></div> <a id="bran...