similar to: Filling color's points in legend's plot in R

Displaying 20 results from an estimated 100 matches similar to: "Filling color's points in legend's plot in R"

2013 Jun 16
1
trying to fit a thin plate spline to a triangular plot
Hi Has anyone tried to fit a thin plate spine to a triangular plot before? I'm having trouble working out a piece of code to make it possible with three axes. I have done it before with two axes. I've found a package I prefer that makes triangular plots (plotrix) using the triax.plot() function. An example of some data and the plot follows: graph.data<-data.frame(a=c(9,6.2,
2012 Mar 28
1
What are the color's name in heat.color(5)
Hi all, I'm trying to using heat.color function in my data visualization. So, when I set col = heat.color(5), five different colors are displayed from red to weak yellow. But, now I want to know the color's keys or the names of the displayed heat.color. For instance, I think one of the five displayed colors seems to be 'red'. But, I'm not sure whether it is, also I don't
2004 Mar 03
1
Calculating percentiles from Grouped Data (gapply)
Dear R-list, I try to calculate the 10- and 90-Percentile from grouped data. Using 'lappy' it works fine but I have no success with 'gapply': df <- data.frame(test = runif(100)) df <- df[order(df[,1]),] z <- rep(1:10, each = 10) lapply(split(df, z), function(x) quantile(x, probs=c(10,90)/100)) library(nlme) gapply(as.data.frame(df), which=1, function(x)
2010 Apr 09
1
Kernel Panic Help
I have a CentOS 5.4 64 bit server running on a supermicro motherboard. It kernel paniced last night. http://www.freeimagehosting.net/image.php?c51cb1be89.jpg Any ideas? Its running the latest version of Squid available with yum. Memory issue? Would adding: kernel.panic = 10 to: /etc/sysctl.conf Have caused it to reboot after 10 seconds instead of just sitting there? Matt
2010 Oct 06
4
problem with abline
Hi All, I am running a scatter plot and trying to add a best fit line. I use an abline function, but get no line drawn over the points. I also get no error. I arm using V 2.10.0 on Windows 7. Here is my code, including the SAS transport file import: require (foreign) require (chron) require (Hmisc) require (lattice) clin <- sasxport.get("y:\\temp\\subset.xpt") attach(clin)
2010 Feb 26
1
Legend's attribute
Hi there, I use plot(type="o") to draw the line. And I need put some legend to this line. But how can I let the legend to display the line type in the graph generated from type="o"? I can only find the lty in the legend. But I tried several times and still failed. Also, if I use abline(h=0.08) to draw a horizontal line and I also want to show 0.08 in the y-axis, how can I do
2010 Nov 25
0
Xen 4.1-unstable VGA Passthrough Kernel Panic
Dear Weidong, Pasi, and Xen developers, I have just applied the Intel gfx passthrough patches from http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html (Aug 2009 version) to Xen 4.1-unstable but it results in a kernel panic on CPU 0 (Fatal Page Fault). I have just made a short video clip (17 secs only) and uploaded it to my Youtube account. Please watch my short Youtube
2010 Nov 25
0
Xen 4.1-unstable VGA Passthrough Kernel Panic
Dear Weidong, Pasi, and Xen developers, I have just applied the Intel gfx passthrough patches from http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html (Aug 2009 version) to Xen 4.1-unstable but it results in a kernel panic on CPU 0 (Fatal Page Fault). I have just made a short video clip (17 secs only) and uploaded it to my Youtube account. Please watch my short Youtube
2004 Jan 15
2
Legend text -- discrepancy between X11 and postscript
Hi, When I place a legend on a plot it looks exactly as I intended on the screen. However, almost always, when I export this to postscript file, the legend's text protrudes through the legend's frame (the latter being placed correctly). See the appended example code. I can send the EPS file as well for those that are interested (<4 kb; <200 lines). I found nothing in the FAQS,
2010 Dec 03
0
NVIDIA Geforce 8400 GS PCI Express x16 Xen 4.0.2-rc1-pre VGA Passthrough Partial Success
Dear All, Hypervisor: Xen 4.0.2-rc1-pre pv-ops dom0 kernel: 2.6.32.26 Distro: Fedora 11 Linux x86_64 Graphics card: NVIDIA Geforce 8400 GS PCI Express x16 Motherboard: Intel Desktop Board DQ45CB I have applied patches from Tobias Geiger''s xen-devel mailing list thread (http://lists.xensource.com/archives/html/xen-devel/2010-05/msg00441.html) to Xen 4.0.2-rc1-pre. VGA Passthrough to
2010 Dec 03
0
NVIDIA Geforce 8400 GS PCI Express x16 Xen 4.0.2-rc1-pre VGA Passthrough Partial Success
Dear All, Hypervisor: Xen 4.0.2-rc1-pre pv-ops dom0 kernel: 2.6.32.26 Distro: Fedora 11 Linux x86_64 Graphics card: NVIDIA Geforce 8400 GS PCI Express x16 Motherboard: Intel Desktop Board DQ45CB I have applied patches from Tobias Geiger''s xen-devel mailing list thread (http://lists.xensource.com/archives/html/xen-devel/2010-05/msg00441.html) to Xen 4.0.2-rc1-pre. VGA Passthrough to
2009 Jun 21
0
[PATCH] nv50: update comments
--- src/gallium/drivers/nv50/nv50_program.c | 92 ++++++++++++++----------------- 1 files changed, 41 insertions(+), 51 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index 249f069..4b05075 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -36,42 +36,57 @@ /* ARL - gallium craps
2005 May 27
3
Soil texture triangle in R?
Dear R users, has anybody made an attempt to create the soil texture triangle graph in R? For an example see here: http://www.teachingkate.org/images/soiltria.gif I would like to get the lines in black and texture labels in gray to allow for plotting my texture results on top. Any examples or suggestions are very welcome! Thanks in advance, Sander. --
2009 Oct 30
28
[Bug 24820] New: [nv15] Vertical screen corruption in X when KMS is enabled
http://bugs.freedesktop.org/show_bug.cgi?id=24820 Summary: [nv15] Vertical screen corruption in X when KMS is enabled Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2006 Oct 26
2
distance between legend title and legend box
Hi, I've looked at the parameters available for the legend function and cannot find a way to change the distance between the top of the box surrounding a legend and the legend's title. I have a math expression that raises the height of my title. If you don't mind the non-sensical title I give to the legend for this plot (Figure 3.20 in R Graphics): with(iris,
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
2009 Jun 21
0
[PATCH] nv50: add support for two-sided lighting
--- src/gallium/drivers/nv50/nv50_context.h | 1 + src/gallium/drivers/nv50/nv50_program.c | 171 ++++++++++++++++++------ src/gallium/drivers/nv50/nv50_program.h | 1 + src/gallium/drivers/nv50/nv50_state_validate.c | 3 + 4 files changed, 138 insertions(+), 38 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_context.h
1998 Aug 31
0
R-beta: legend !
Hi ! How can I reduce the font size of the legend's text ? thanks ernesto ps: you're doing a great job ! -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
2005 Jan 13
0
(no subject)
Good morning, I wrote a little code in R which has to show two graphs but I can get only one. How can I adress the graphs in two files? Second, I'd like, always in the same code, to add a legend to a graph. Better, I'd like to put in such a legend a new item whose color could remind the colour ol the columns it refers to in the plot. I wrote: leg.txt<-c("control
2005 Jan 13
1
(no subject)
Good morning, I wrote a little code in R which has to show two graphs but I can get only one. How can I adress the graphs in two files? Second, I'd like, always in the same code, to add a legend to a graph. Better, I'd like to put in such a legend a new item whose color could remind the colour ol the columns it refers to in the plot. I wrote: leg.txt<-c("control