summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/tables_histogram.R
diff options
context:
space:
mode:
Diffstat (limited to 'report/pyp_clustering/acl09-short/tables_histogram.R')
-rw-r--r--report/pyp_clustering/acl09-short/tables_histogram.R4
1 files changed, 4 insertions, 0 deletions
diff --git a/report/pyp_clustering/acl09-short/tables_histogram.R b/report/pyp_clustering/acl09-short/tables_histogram.R
new file mode 100644
index 00000000..4f8adc07
--- /dev/null
+++ b/report/pyp_clustering/acl09-short/tables_histogram.R
@@ -0,0 +1,4 @@
+pdf('tables_histogram.pdf', paper="special", width=5, height=5, onefile=FALSE,pointsize=15)
+barplot(c(0,1,2), names.arg=c(0,1,2), width=0.5, space=1.0, xpd=T, beside=TRUE, axes=F, ylab="Frequency", ylim=range(0,2), col=c("black"), las=1, xlab="Number of customers at table")
+axis(side=2, at=c(0,1,2))
+#axis(side=1)