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