diff --git a/TP1/plot_result b/TP1/plot_result index 7ab92867202be6f2f3f8a8c95a19f57873abdbca..538a9a6b1f2d51e9468f2e870673b63c485065f5 100644 --- a/TP1/plot_result +++ b/TP1/plot_result @@ -1 +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 +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 "Amortized Python", 'dynamic_array_copy_c.plot' using 1:2 w boxes title "Memory Allocation" \ No newline at end of file