1 #set terminal x11 persist
2 #set terminal postscript "Helvetica" 6
3 set terminal pdf font "Helvetica,5" size 19cm,26cm
10 #set key top left Left
17 'size-data' index 0 using :2:xticlabels(1) with boxes title "ROM", \
18 'size-data' index 0 using :3:xticlabels(1) with boxes title "RAM"
23 'size-data' index 1 using :2:xticlabels(1) with boxes title "ROM", \
24 'size-data' index 1 using :3:xticlabels(1) with boxes title "RAM"
29 'size-data' index 3 using :2:xticlabels(1) with boxes title "ROM", \
30 'size-data' index 3 using :3:xticlabels(1) with boxes title "RAM"
35 'size-data' index 4 using :2:xticlabels(1) with boxes title "ROM", \
36 'size-data' index 4 using :3:xticlabels(1) with boxes title "RAM"
41 'size-data' index 5 using :2:xticlabels(1) with boxes title "ROM", \
42 'size-data' index 5 using :3:xticlabels(1) with boxes title "RAM"