[med-svn] r2323 - trunk/community/talks/200808_debconf8
tille at alioth.debian.org
tille at alioth.debian.org
Sat Jul 26 06:51:03 UTC 2008
Author: tille
Date: 2008-07-26 06:51:01 +0000 (Sat, 26 Jul 2008)
New Revision: 2323
Modified:
trunk/community/talks/200808_debconf8/debian_med_stats
Log:
Better placement of legend
Modified: trunk/community/talks/200808_debconf8/debian_med_stats
===================================================================
--- trunk/community/talks/200808_debconf8/debian_med_stats 2008-07-26 06:02:58 UTC (rev 2322)
+++ trunk/community/talks/200808_debconf8/debian_med_stats 2008-07-26 06:51:01 UTC (rev 2323)
@@ -11,6 +11,11 @@
rownames(dmstats.mat) <- dmstats[['Year']]
dmstats.mat <- t(dmstats.mat)
-barplot(dmstats.mat,beside=TRUE,col=rainbow(3),legend.text=TRUE)
+# plot <- barplot(dmstats.mat,beside=TRUE,col=rainbow(3),legend.text=TRUE)
+plot <- barplot(dmstats.mat,beside=TRUE,col=rainbow(3),
+ # legend = colnames(dmstats[,2:4]),
+ main = "Number of dependencies of selected Debian Med metapackages"
+ )
+legend(x="topleft", colnames(dmstats[,2:4]),fill=rainbow(3), inset=0.05)
EOT
More information about the debian-med-commit
mailing list