From 2cafb9849449413a8c01e63b017f8ce02e6397ab Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 27 Feb 2010 21:41:56 +0100 Subject: [PATCH] color name fix Signed-off-by: Joerg Jaspert --- scripts/debian/ftpstats.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian/ftpstats.R b/scripts/debian/ftpstats.R index 41f2c338..2626f238 100644 --- a/scripts/debian/ftpstats.R +++ b/scripts/debian/ftpstats.R @@ -1,7 +1,7 @@ arch <- c("source", "all", "amd64", "i386", "alpha", "arm", "armel", "hppa", "hurd-i386", "ia64", "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "s390", "sparc") palette(c("midnightblue", "gold", "turquoise", "cyan", "black", "red", "OrangeRed", "green3", "blue", "magenta", - "comsilk3", "darkolivegreen3", "tomato4", "violetred2","thistle4", "steelblue2", "springgreen4", + "cornsilk3", "darkolivegreen3", "tomato4", "violetred2","thistle4", "steelblue2", "springgreen4", "salmon","gray")) cname <- c("date",arch) plotsize <- function(file,title,p,height=11.8,width=16.9) { -- 2.39.2