ggplot(data,aes(similarity),group=alg_name)+geom_histogram(color="black",binwidth=0.025)+aes(fill=alg_name)+facet_grid(alg_name~.,switch='y')+scale_y_continuous(limits=c(0,100),oob=squish)+scale_color_brewer(palette="Set2")+ylab("Count (cropped at 100)")
ggplot(data,aes(similarity),group=alg_name)+geom_histogram(color="black",binwidth=0.025)+aes(fill=alg_name)+facet_grid(alg_name~.,switch='y')+scale_y_continuous(limits=c(0,100),oob=squish)+scale_color_brewer(palette="Set2")+ylab("Count (cropped at 100)")+theme(legend.position="none")
ggsave("hist-sim.png")
# load job information, i.e., the time series per job