- Timestamp:
- Apr 10, 2026, 12:25:07 AM (28 hours ago)
- Branches:
- master
- Children:
- 17f2a7f4
- Parents:
- d6ce310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/list-cmp-exout-java.gp
rd6ce310 r6767f27 31 31 32 32 set grid 33 set key topcenter horizontal33 set key bottom center horizontal 34 34 35 BOXSPACING=0.2 535 BOXSPACING=0.20 36 36 BOXWIDTH=BOXSPACING * .88 37 37 set boxwidth BOXWIDTH absolute 38 38 39 NUM_FXS= 339 NUM_FXS=4 40 40 41 41 offset(opNum, fxNum) = opNum + fxNum * BOXSPACING - (NUM_FXS+1) * BOXSPACING / 2 + 0.5 … … 53 53 using ($2 == 1 ? (offset($1, $2)) : 1/0):10:9:13:12 title 'cfa-cfa' with candlesticks lt rgb "blue" , \ 54 54 '' using ($2 == 2 ? (offset($1, $2)) : 1/0):10:9:13:12 title 'upp-upp' with candlesticks lt rgb "dark-orange", \ 55 '' using ($2 == 3 ? (offset($1, $2)) : 1/0):10:9:13:12 title 'lq-list' with candlesticks lt rgb "purple" , \ 55 '' using ($2 == 3 ? (offset($1, $2)) : 1/0):10:9:13:12 title 'lq-tailq' with candlesticks lt rgb "magenta" , \ 56 '' using ($2 == 4 ? (offset($1, $2)) : 1/0):10:9:13:12 title 'lq-list' with candlesticks lt rgb "purple" , \ 56 57 '' using ($2 == 1 ? (offset($1, $2)) : 1/0):4 notitle with points pt 7 lt rgb "blue" , \ 57 58 '' using ($2 == 2 ? (offset($1, $2)) : 1/0):4 notitle with points pt 9 lt rgb "dark-orange", \ 58 '' using ($2 == 3 ? (offset($1, $2)) : 1/0):4 notitle with points pt 13 lt rgb "purple" , \ 59 '' using ($2 == 3 ? (offset($1, $2)) : 1/0):4 notitle with points pt 11 lt rgb "magenta" , \ 60 '' using ($2 == 4 ? (offset($1, $2)) : 1/0):4 notitle with points pt 13 lt rgb "purple" , \ 59 61 SRCDIR.'/list-cmp-exout-meta.dat' \ 60 using 1:(-999):xtic(2) notitle with points, \ 61 $Singleton using (3.73):(7.50) notitle with points pt 7 lt rgb "blue" , \ 62 $Singleton using (5.44):(7.50) notitle with points pt 9 lt rgb "dark-orange", \ 63 $Singleton using (7.14):(7.50) notitle with points pt 13 lt rgb "purple" 62 using 1:(-999):xtic(2) notitle with points \
Note:
See TracChangeset
for help on using the changeset viewer.