diff --git a/graphs/graphique.R b/graphs/graphique.R index 0fccf12f837875a51e755c7b0b23062dc56e1cf7..d22ad2a8a32f40f8c427d21d4d66efed152de270 100755 --- a/graphs/graphique.R +++ b/graphs/graphique.R @@ -17,24 +17,4 @@ facet_grid( rows = vars(Type), cols = vars(Operation) ) + -ggsave("graph_memoire.png") - - -#ggplot(subset(perf,Operation='add'),aes(x=OpSize, y=Time, group=Type, colour=Type)) + -#geom_point() + -#geom_smooth() + -#ggtitle("Comparaison du temps d'execution de l'ajout \n de valeurs dans les structures testées") - -#ggsave("graph_add.png") - -#ggplot(subset(perf,Operation='contains'),aes(x=OpSize, y=Time, group=Type, colour=Type)) + -#geom_smooth() + -#ggtitle("Comparaison du temps d'execution de la vérification \n de la présence d'une valeur \n dans les structures testées") - -#ggsave("graph_contains.png") - -#ggplot(subset(perf,Operation='remove'),aes(x=OpSize, y=Time, group=Type, colour=Type)) + -#geom_smooth() + -#ggtitle("Comparaison du temps d'execution de la suppression \n de valeurs dans les structures testées") - -#ggsave("graph_remove.png") \ No newline at end of file +ggsave("graph_memoire.png") \ No newline at end of file