Ignore:
Timestamp:
Apr 10, 2026, 12:25:07 AM (36 hours ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
17f2a7f4
Parents:
d6ce310
Message:

Refactor list plotting code to enable new analyses.

Visible difference in relative plots no longer being 3 others baselined to lq-tailq, now all 4 baselined to their mean.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/list-cmp-survey-java.gp

    rd6ce310 r6767f27  
    3333
    3434set grid
    35 set key top center horizontal
     35set key bottom center horizontal
    3636
    37 BOXSPACING=0.25
     37BOXSPACING=0.20
    3838BOXWIDTH=BOXSPACING * .88
    3939set boxwidth BOXWIDTH absolute
    4040
    41 NUM_FXS=3
     41NUM_FXS=4
    4242
    4343offset(opNum, fxNum) = opNum + fxNum * BOXSPACING - (NUM_FXS+1) * BOXSPACING / 2 + 0.5
     
    5555        using ($2 == 1 ? (offset($1, $2)) : 1/0):10:9:13:12 title 'cfa-cfa' with candlesticks lt rgb "blue"        , \
    5656     '' 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"   , \
    5859     '' using ($2 == 1 ? (offset($1, $2)) : 1/0):4          notitle         with points pt 7  lt rgb "blue"        , \
    5960     '' 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"   , \
    6163     SRCDIR.'/list-cmp-survey-meta.dat' \
    6264        using 1:(-999):xtic(2) notitle with points, \
Note: See TracChangeset for help on using the changeset viewer.