Changeset 42cd67b8
- Timestamp:
- Mar 19, 2025, 4:50:29 PM (4 days ago)
- Branches:
- master
- Children:
- fd3be42
- Parents:
- 07293ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/theses/mike_brooks_MMath/plot-allocn.gp ¶
r07293ad r42cd67b8 4 4 5 5 DIR="pictures" 6 SCALE=1024 6 7 7 8 set macros … … 9 10 #set pointsize 2.0 10 11 set grid 11 set key top left12 set key bottom right 12 13 #set xtics (1,2,5,10,20,50,100,200,500) 13 set logscale x 214 #set logscale x 2 14 15 set logscale y 2 15 16 set xlabel "Duration (ns)" offset 2,0 16 set ylabel "Space Used (byte)" 17 set linetype 3 dashtype 2 18 set linetype 4 dashtype 2 17 set ylabel "Space Used (byte), x 1024" 19 18 plot DIR."/string-graph-allocn.dat" \ 20 i 0 using 1: 2title columnheader(1) with linespoints lt rgb "blue" pt 2 ps 1 lw 1, \21 '' i 1 using 1: 2title columnheader(1) with linespoints lt rgb "red" pt 3 ps 1 lw 1, \22 '' i 2 using 1: 2 title columnheader(1) with linespoints lt rgb "gray" pt 6 ps 1 lw 1, \23 '' i 3 using 1: 2 title columnheader(1) with linespoints lt rgb "yellow" pt 8 ps 1 lw 1, \24 '' i 4 using 1: 2 title columnheader(1) with linespoints lt rgb "cyan" pt 8ps 1 lw 119 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 TracChangeset
for help on using the changeset viewer.