summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/tables_histogram.R
blob: 4f8adc077b7effd6fc95141619da398d2f941dfd (plain)
1
2
3
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)