Last change
on this file since 56ec508 was 42cd67b8, checked in by Peter A. Buhr <pabuhr@…>, 6 months ago |
change plot-allocn.gp to get better graph
|
-
Property mode
set to
100644
|
File size:
994 bytes
|
Rev | Line | |
---|
[048dde4] | 1 | set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
|
---|
| 2 | #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
|
---|
| 3 | #set terminal wxt size 950,1250
|
---|
| 4 |
|
---|
| 5 | DIR="pictures"
|
---|
[42cd67b8] | 6 | SCALE=1024
|
---|
[048dde4] | 7 |
|
---|
| 8 | set macros
|
---|
| 9 | set output "build/string-graph-allocn.pdf"
|
---|
| 10 | #set pointsize 2.0
|
---|
| 11 | set grid
|
---|
[42cd67b8] | 12 | set key bottom right
|
---|
[048dde4] | 13 | #set xtics (1,2,5,10,20,50,100,200,500)
|
---|
[42cd67b8] | 14 | #set logscale x 2
|
---|
[048dde4] | 15 | set logscale y 2
|
---|
| 16 | set xlabel "Duration (ns)" offset 2,0
|
---|
[42cd67b8] | 17 | set ylabel "Space Used (byte), x 1024"
|
---|
[048dde4] | 18 | plot DIR."/string-graph-allocn.dat" \
|
---|
[42cd67b8] | 19 | i 0 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "blue" pt 2 ps 1 lw 1, \
|
---|
| 20 | '' i 1 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "red" pt 3 ps 1 lw 1, \
|
---|
| 21 | '' i 2 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "brown" pt 6 ps 1 lw 1, \
|
---|
| 22 | '' i 3 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "black" pt 8 ps 1 lw 1, \
|
---|
| 23 | '' i 4 using 1:($2/SCALE) title columnheader(1) with linespoints lt rgb "magenta" pt 10 ps 1 lw 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.