From ac14e905bf246abaed5ff82a865fd59b5fb5e876 Mon Sep 17 00:00:00 2001
From: david <david@lipn.fr>
Date: Mon, 9 Sep 2019 09:36:55 +0200
Subject: [PATCH] Ajout du fichier d'aide pour gnuplot

---
 TP1/plot_result | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 TP1/plot_result

diff --git a/TP1/plot_result b/TP1/plot_result
new file mode 100644
index 0000000..7ab9286
--- /dev/null
+++ b/TP1/plot_result
@@ -0,0 +1 @@
+plot [0:1000000][0:600] 'dynamic_array_time_c.plot' using 1:3 w lines title "Amortized C", 'dynamic_array_time_cpp.plot' using 1:3 w lines title "Amortized C++", 'dynamic_array_time_java.plot' using 1:3 w lines title "Amortized JAVA", 'dynamic_array_time_python.plot' using 1:3 w lines title "AmortizedPython", 'dynamic_array_copy_c.plot' using 1:2 w boxes title "Memory Allocation"
\ No newline at end of file
-- 
GitLab