Commit 5dec4f77 authored by Adam Blank's avatar Adam Blank
Browse files

Update plot-iter.gp

parent 13eee77b
No related merge requests found
Pipeline #15423 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -4,7 +4,7 @@ set output 'images/perf-iter.png'
set title "Iterate over Elements: Array List vs. Linked List"
set xlabel "Total Collection Size"
set ylabel "Average Clocks Per Element Visited"
set yrange [0 : 300]
set yrange [0 : 350]
plot "data/iter-al-initial.txt" skip 1 using 1:3 with lines \
title "Array List (initial)", \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment