]> git.decadent.org.uk Git - dak.git/blobdiff - saffron.R
Stop using silly names, and migrate to a saner directory structure.
[dak.git] / saffron.R
diff --git a/saffron.R b/saffron.R
deleted file mode 100644 (file)
index df12847..0000000
--- a/saffron.R
+++ /dev/null
@@ -1,6 +0,0 @@
-x <- read.table("x.1",row.names=1,col.names=c("Packages", "Sizes"))
-y <- t(x)
-postscript(file="x4.png")
-barplot(y, beside=TRUE, col = c("red", "green"), main="Daily dinstall run size", legend = colnames(x), xlab="Date", ylab="Packages/Size (Mb)")
-axis(4)
-dev.off()