diff --git a/TP1/plot_result b/TP1/plot_result
new file mode 100644
index 0000000000000000000000000000000000000000..7ab92867202be6f2f3f8a8c95a19f57873abdbca
--- /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