Displaying 20 results from an estimated 500 matches similar to: "Changing colour of continuous time-series in ggplot2"
2006 Sep 15
0
[Bug 511] New: Premature ip_conntrack timer expiry on 3+ window size advertisements
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=511
Summary: Premature ip_conntrack timer expiry on 3+ window size
advertisements
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ip_conntrack
2011 Jan 04
5
Allowing puppet to drop privileges for a manifest
Greetings,
Our environment consists of about 600 Redhat Enterprise Linux 3, 4, 5,
and soon 6 servers. We use cfengine 2 currently, but plan on
migrating to puppet. Right now, we have our root-owned cfengine
client running every 15 minutes from cron contacting a single cfservd
server. Additionally, our employees start their own cfengine and
puppet instances on on some servers running under
2003 Aug 14
1
/usr: create/symlink failed, no inodes free
hi sirs,
i try to install galeon2 for my machine but get an error messages that i really do not understand while making mozilla.
that errors appear at the very beginning of a make command.
i attache my uname, df both before and after make, and errors message with this mail.
in wchich case that inodes are not sufficient ? and also how to get rid of this kind of error.
thank you in advance for
2012 Aug 20
1
Colour gradients and colour fill between points
Hello,
Can somebody help me on a colour question?
I have a levelplot made with the following syntax:
library(lattice)
inp <- read.csv("hoenne1", header = TRUE)
levelplot(z~x*y, data = inp, region = TRUE, pretty = TRUE, col.regions
= terrain.colours)
The file "hoenne1" contains the data. I'll give a short example:
x,y,z
0,0,1
0,1,1
0,2,1
1,0,2
1,2,2
0,2,2
1,2,3
2,2,2
2006 Dec 28
0
[807] trunk/wxruby2/lib/wx/classes/colour.rb: Raise an exception if an invalid colour is specified (Feature #1286)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2011 Dec 12
1
how to colour labels (each label with a colour) in a dendrogram?
Hello to all,
I still have this doubt.
I'd like to colour the different labels of my dendrogram each one with a
different colour. How can I do? I guess I could do using *edgetext* and
then *t.col* or* lab.col* but I don't know how to add edgetext to my
dendrogram. Can you help me please?
Example:
require(graphics); require(utils)
hc <- hclust(dist(USArrests), "ave")
(dend1
2008 Jul 06
3
VNC 'fix' for 256 colour game only shows 2 colours?
I'm trying to run an old (~1995) Windows game under Wine, but it requires 256 colours and won't work any higher. I've checked out the 256 colour hacks page and the X methods don't work, because I use the FGLRX drivers and they don't support 8bpp, so I'm trying VNC.
I've installed vnc-server and vnc so I can play it through a 256 colour VNC connection, but so far I can
2007 Jan 14
0
[849] trunk/wxruby2/lib/wx/classes/colour.rb: Stock colours weren''t initializing correctly
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2008 Jan 21
0
RSpec 1.1.2, --colour and Windows
Hello RSpec''ers :-)
In reply to this message:
http://rubyforge.org/pipermail/rspec-users/2008-January/005477.html
I provided a patch against CURRENT for fixing the latest issue
introduced in 1.1.2 regarding colour and Windows.
http://rspec.lighthouseapp.com/projects/5645/tickets/244-no-coloured-output-on-windows-due-missing-rubyopt
just-warn-about-windows-no-colour.patch
The patch
2007 Aug 10
0
[ wxruby-Bugs-12962 ] Wx::ListCtrl setting text or background colour doesn''t work on Windows
Bugs item #12962, was opened at 2007-08-10 07:39
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=12962&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Serge Kruppa (sergejf)
Assigned to: Nobody (None)
Summary: Wx::ListCtrl setting text or background colour doesn''t work on
2008 Oct 11
1
producing colour .eps output
I am using the following code to produce a graphic:
library(lattice)
postscript("figs%03d.eps", width = 6.0, height = 6.0,
?????????? horizontal = FALSE, onefile = FALSE, paper = "special")
xyplot(cases~yr|agrp*sex,data=data[tse==0 & expgrp==1,],
groups=source, pch=".", type="l",
?????? main="Exposure group 1, time since entry 0")
The
2009 Jul 10
0
Colour in banner/silhouette plot
Dear List
How do you change the colour settings for the banner/silhouette plot? I am
trying to produce
a black and white plot of publication quality.
Is there a way to set black and white plots as the default for R graphics?
Any help greatly appreciated.
Graham Leask
Economics & Strategy Group
Aston University
[[alternative HTML version deleted]]
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'.
2009 Feb 18
1
lineplot in ggplot2 with different colour and linetype
Hi list,
I would like to use ggplot2 in creating a line plot with 4 lines (groups), 2
of which I want in colour and the remaining two as dotted lines.
### R code ###
library(ggplot2)
### create data ####
vals <- rnorm(400)
div<- c(rep("A",100),rep("B",100),rep("C",100),rep("D",100))
n<- rep(1:100,4)
df<- data.frame(div=
2010 Sep 23
1
lattice centre a diverging colour scale
Dear list,
I'm using lattice::levelplot to plot a coloured image of 3D data. The
range of the z values goes from negative to positive, but is not
exactly centred around 0. I would however like to map a diverging
colour scale with white falling exactly at 0, and both extremes being
symmetrical in the legend to better contrast the opposite change in
colour saturation. The following dummy
2010 Nov 13
1
How to turn the colour off for lattice graph?
Dear All,
I am trying to plot a lattice figure and include it in a LaTeX
document via the TikZDevice package. I think the journal I am
submitting to does not like colour figure, so I need to get rid of all
the colours in the figure. If I directly generate PDF or EPS, the
option "trellis.device(color=FALSE)", but when I do:
trellis.device(color=FALSE)
2009 Dec 01
1
Stripchart: way to get different colour for each group
Hi,
Is there a way to get different colour based on group when plotting stripchart?
mydata <- data.frame(val1 = c(1.1, 3.2, 4.1, 2.5, 6.2, 5.3, 4.5, 2.2,
4.7, 2.7), val2 = c(4.2, 5.3, 3.4, 2.6, 5.3, 6.2, 7.7, 4.8, 3.4, 2.1),
group = rep(0:1, 5))
mydata.stack <- stack(mydata, select=-group)
stripchart(values ~ ind,
data=mydata.stack,
vertical=T,
at=c(1.25,
2012 Nov 23
1
invalid colour name 'rgb(1.000,0,0)' error
Hi,
I m working on latex and R and i need to dynamically generate colors.
r<-paste("rgb(1.000,",0,",",0,")",sep="") # i m generating dynamically by
paste command
cars <- c(1, 3, 6, 4, 9)
plot(cars, type="o", col=r) *Error in plot.xy(xy, type,
...) : invalid colour name 'rgb(1.000,0,0)'*
How to fix this
2010 Jul 12
1
Change the colour of lines in the xyplot?
I want to add the legend for my figure using "auto.key" in the xyplot function (library(lattice)). But I don't know how to change the colors of the lines in the "legend" part. I tried to add "col=1:8" in the "auto.key", but it changes the colors of the text of my Legend, not the lines. How can I change the colors of the lines?
2005 Apr 22
0
Colour Probs with Wine on Debian/Sarge + Ultima Online
I'm trying to get Ultima Online The Second Age running with Wine (installed
from the debian package ver. 0.0.20050310-1.1) on my Debian Sarge system.
First, I installed the game under wine and installed all available patches. I
had no problems during the whole procedure. The game seems to run fine except
for the fact that there are only about 8 different colours which makes the
game