Add simple webserver for RPL status
[contiki-2.x.git] / tools / sky / plot-size
blobfea6c2b7d0f94eae5ce7a41b60558858373e8f3a
1 #set terminal x11 persist 
2 #set terminal postscript "Helvetica" 6
3 set terminal pdf font "Helvetica,5" size 19cm,26cm
4 set output "size.pdf"
5 unset xlabel 
6 set ylabel "Bytes"
7 set boxwidth 0.6
8 set style fill pattern
9 #unset xtics
10 #set key top left Left
12 set multiplot
13 set size 1, 0.20
14 set origin 0, 0.80
15 set xlabel "Total"
16 plot \
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"
20 set origin 0, 0.60
21 set xlabel "Core"
22 plot \
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"
26 set origin 0, 0.40
27 set xlabel "Other"
28 plot \
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"
32 set origin 0, 0.20
33 set xlabel "Rime"
34 plot \
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"
38 set origin 0, 0.00
39 set xlabel "Sky"
40 plot \
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"