g <- ggplot(data=dat, aes(x=Datenumfang, y=Durchsatz, colour=Algorithmus)) + geom_point(aes(colour=Algorithmus)) + facet_grid(~Konfiguration)