+# Collection space (after) plot (2)
+##############################################################################
+set bmargin at screen 0.62
+set tmargin at screen 0.79
+
+# Reference
+unset key
+
+# Labels
+unset ylabel
+set y2label "After Collection" offset 2.5,0
+
+# Range
+set yrange [] reverse
+set y2range [] reverse
+
+# Tics
+set xtics format ""
+
+# Plot
+plot '@@INC@@' \
+ using 1:(($9+$10+$11+$12)/1024) notitle with boxes @black, \
+ '' using 1:(($9+$10+$11)/1024) notitle with boxes @lgray, \
+ '' using 1:(($9+$10)/1024) notitle with boxes @dgray, \
+ '' using 1:($9/1024) notitle with boxes @white
+
+
+
+# Collection time plot (3)