Displaying 20 results from an estimated 4000 matches similar to: "white in the default palette"
2001 Aug 08
1
Strategy for creating a palette...?
Dear all,
I'm generally not a big fan of GUIs, but I have just discovered one thing
where a GUI would be a nice thing: creating color palettes.
I'm creating an "image", for transparencies for a lecture I'm giving, so
this is going to look great... :-) What I'm out for, is to make green
tones and red tones, and a relatively sharp break between them. This break
will
2005 Mar 30
5
2d plotting and colours
Hi!
I am new to R just 3 days in it and i apologize if my questions seem very
trivial and consumed your valuable time.
I am coding in perl and i stumbled upon R regarding plotting good
statistical graphs.
I tried the kmean clustering for a large matrix ,say > 150 * 150 . I tried
the example code given in the tutorial to perform 2d plot
# i ranges from 2 to 10
cl <- kmeans(x, i, 20)
2004 Mar 24
5
colors, lines, characters .... documentation
Hi,
Very so often when i am plotting something, doing a histogram, or
whatever i am struggling to find out which are the numbers for
different colors, palette names, types of lines, symbols, etc. Is
there any documentation on line with all these numbers / names
and the associated symbol / color???
For example if i am using the command image it uses a palette
from red to yellow, with red the
2013 Dec 09
2
Problem with R colors
Hello,
I am having difficulty obtaining the correct colors in my R charts.
> colors()[c(552, 254, 26)]
[1] "red" "green" "blue"
But, if I specify col=552 in my barplot, I get gray bars. Likewise,
col=254 gives bright pink, and col=26 is a red-orange. I get accurate
results when I spell out the names, but I am making a pallet with 20- 30
colors and it is a
2010 May 19
1
col allocation is not right
plot(svm.auc, col=2, main="ROC curves comparing classification performance\n
of six machine learning models")
legend(0.5, 0.6, c(ns, nb, nr, nt, nl,ne), 2:6, 9) # Draw a legend.
plot(bo.auc, col=3, add=T) # add=TRUE draws on the existing chart
plot(rf.auc, col=4, add=T)
plot(tree.auc, col=5, add=T)
plot(nn.auc, col=6, add=T)
plot(en.auc, col=9,lty="dotted",lwd=3, add=T)
Hi,
1997 Aug 07
1
R-alpha: Colors
Here is a proposal:
At present when you specify a color with an integer it is taken as an
index into a fixed table of 8 colors.
1=red, 2=green, 3=blue, 4=cyan,
5=magenta, 6=yellow, 7=white, 8=black
[At least this is the intention, there may be bugs in the
implementation]. Since I am looking at this anyway (to see if I can
see the bug that Martin and Kurt have mentioned) I thought I might
2012 May 10
2
setting global options for a package
This may be elementary, but I can't find an answer: How can I set up
global options for
some specific arguments to functions in a package which can be easily
changed by the user?
This question relates to the selection of colors used in functions in
several packages (heplots,
genridge), where I want to provide reasonable default values for plots,
but allow users to
change those defaults
2013 May 17
1
Problem with ordiellipse coloured factor in Vegan
Hello R experts,
I am trying to plot ordiellipse for my data but the col according to
factors.
Metabolites_raw= read.csv(file.choose(), head = TRUE) #file
21Metabolites.csv
Metabolites_t=t(Metabolites_raw[,2:82])
ord <- metaMDS(Metabolites_t, distance="bray")
symbol=as.numeric(Metab_metadata$LandType)
col.list <-
1998 Dec 15
2
legend() buglet 2
Perhaps this is not a bug but rather my misunderstanding of lty and col. I would
like to
generate a legend for plots as follows:
par(mfcol = c(2, 1), mar = c(5.1, 6.1, 4.1, 2.1))
matplot(t(matrix(1:8,8,20)), type="l")
par(mfg = c(2, 1, 2, 1))
box(col = 0) # Rbug workaround. Thanks Martin
legend((par()$usr)[1:2], (par()$usr)[3:4], as.character(1:8),
lty=1:8, col=1:8,
1998 Dec 15
2
legend() buglet 2
Perhaps this is not a bug but rather my misunderstanding of lty and col. I would
like to
generate a legend for plots as follows:
par(mfcol = c(2, 1), mar = c(5.1, 6.1, 4.1, 2.1))
matplot(t(matrix(1:8,8,20)), type="l")
par(mfg = c(2, 1, 2, 1))
box(col = 0) # Rbug workaround. Thanks Martin
legend((par()$usr)[1:2], (par()$usr)[3:4], as.character(1:8),
lty=1:8, col=1:8,
2014 Apr 24
2
palette() can hang and fail due to X11
For many years, when my R process starts up I've been automatically
setting my preferred default plot colors, basically like so:
my.colors <-
c("black" ,"red" ,"gold" ,"sky blue" ,"green" ,"blue" ,"orange"
,"grey" ,"hot pink" ,"brown" ,"sea green" ,"cyan"
2010 Dec 18
1
Colours for 3-way probabilities
Are there any R functions for creating palettes for three-way data?
For example, election maps for three parties where pure red, blue, and
green show 100% for the Red, Blue, and Green parties respectively,
magenta shows a 50-50 Red-Blue split with 0 for the Greens, cyan a
50-50 Blue/Green split with no Red votes and so on, with grey, black
or white at a 1/3,1/3,1/3 split vote.
I've spent a
2008 Mar 06
2
syslinux / pxelinux and color palette.
I'm trying to convert my image so that the colors will remain the same
after I do a clear screen. What I would like to make is a palette for
gimp which I then could use too convert my images, thus achieving my goal :)
I have found a list in which order the colors seems to be arranged.
0 = black 8 = dark grey
1 = dark blue 9 = bright blue
2 = dark green a =
2007 Dec 04
2
color palette from red to blue passing white
Hi All,
I am looking for a color palette like this:
http://www.ncl.ucar.edu/Applications/Images/h_long_5_lg.png
I think I found out how some time ago (something like Colors[1:n]), but when
I now wanna use it, I could not remember how I did it.
Does anyone know which package I could use?
Many thanks!
Linda
[[alternative HTML version deleted]]
2007 Dec 04
2
color palette from red to blue passing white
Hi All,
I am looking for a color palette like this:
http://www.ncl.ucar.edu/Applications/Images/h_long_5_lg.png
I think I found out how some time ago (something like Colors[1:n]), but when
I now wanna use it, I could not remember how I did it.
Does anyone know which package I could use?
Many thanks!
Linda
[[alternative HTML version deleted]]
2009 Oct 09
4
Satellite ocean color palette?
Dear List,
Is there a color palette avaliable similar to what is used in satellite ocean color imagery? I.e. a gradient with blue on one end and red on the other, with yellow in the middle? I have tried topo.colors(n) but that comes out more yellow on the end. I am looking for something similar to what is found on the CoastWatch web page:
2005 Aug 04
2
color palette
Hi, I have a matrix with both positive and negative
numbers, I would like to use image() to draw a
heatmap. How can I can design a palette (or is there a
function already available) that treat negative
numbers in a blue gradient and positive numbers in a
red gradient and treat 0 as white?
Thanks
2005 Nov 01
0
Colour palette goes nuts.
Not sure how to describe this or where to point the finger, so I thought I
post here before submitting a bug.
Wine: 0.9
Application: Titanic Explorer
This application is a 'educational' triple CD about Titanic. It is created
with macromedia 'director 6' and utilizes QuickTime.
It installs fine.
Runs fine (needed to disable ddraw on QuickTime) until I try a 'search'.
2003 Oct 29
1
Wishlist: user-specified color names for palette() (PR#4836)
Full_Name: Hsiu-Khuern Tang
Version: 1.8.0
OS: GNU/Linux (Debian unstable)
Submission from: (NULL) (156.153.255.243)
Hi,
I use palette(rgb(red=..., green=..., blue=..., names=mycolors)) to define my
own color palette. After doing this, the names `mycolors' are not stored in
palette() anymore, so that palette() returns a mix of built-in color names and
RGB values.
Eg:
> palette()
2007 Dec 06
1
[R] color palette from red to blue passing white (shifted from R-help)
Hi,
The move to sRGB is nice, is there any interest in adding an interface
to lcms, http://www.littlecms.com,
to allow gamut matching? I can think of a lot of instances where I would
like to render a
figure as it would appear on my printer. This is probably best done as a
separate package though,
at least at first.
Nicholas
Martin Maechler wrote:
>>>>>> "Paul" ==