Ignore:
Timestamp:
Apr 10, 2026, 12:25:07 AM (28 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-exout-java.gp

    rd6ce310 r6767f27  
    3131
    3232set grid
    33 set key top center horizontal
     33set key bottom center horizontal
    3434
    35 BOXSPACING=0.25
     35BOXSPACING=0.20
    3636BOXWIDTH=BOXSPACING * .88
    3737set boxwidth BOXWIDTH absolute
    3838
    39 NUM_FXS=3
     39NUM_FXS=4
    4040
    4141offset(opNum, fxNum) = opNum + fxNum * BOXSPACING - (NUM_FXS+1) * BOXSPACING / 2 + 0.5
     
    5353        using ($2 == 1 ? (offset($1, $2)) : 1/0):10:9:13:12 title 'cfa-cfa' with candlesticks lt rgb "blue"        , \
    5454     '' 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"   , \
    5657     '' using ($2 == 1 ? (offset($1, $2)) : 1/0):4          notitle         with points pt 7  lt rgb "blue"        , \
    5758     '' 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"   , \
    5961     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.