Ignore:
Timestamp:
Apr 10, 2026, 9:50:22 AM (3 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
806534c
Parents:
6767f27
Message:

Revise presentation of absolute times and add discussion of their physical influences.

Location:
doc/theses/mike_brooks_MMath/plots
Files:
10 added
4 deleted
5 moved

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/list-mchn-szz.py

    r6767f27 r17f2a7f4  
    4848
    4949# printSingleDetail
    50 def printWip(*,
     50def printHistos(*,
    5151    tgtMovement = 'all',
    5252    tgtPolarity = 'all',
     
    138138   
    139139
    140 printWip(
     140printHistos(
    141141    tgtMovement = 'all',
    142142    tgtPolarity = 'all',
    143143    tgtAccessor = 'all',
    144     marginalizeOn=['fx'] )
     144    marginalizeOn=['machine', 'SizeZone'] )
    145145
    146 printWip(
    147     tgtMovement = 'all',
    148     tgtPolarity = 'all',
    149     tgtAccessor = 'all',
    150     marginalizeOn=['movement', 'polarity'] )
    151 
    152 printWip(
    153     tgtMovement = 'all',
    154     tgtPolarity = 'all',
    155     tgtAccessor = 'all',
    156     marginalizeOn=['accessor'] )
    157 
    158 printWip(
    159     tgtMovement = 'all',
    160     tgtPolarity = 'all',
    161     tgtAccessor = 'all',
    162     marginalizeOn=['SizeZone'] )
    163 
    164 printWip(
    165     tgtMovement = 'all',
    166     tgtPolarity = 'all',
    167     tgtAccessor = 'all',
    168     marginalizeOn=['machine'] )
  • doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-java.gp

    r6767f27 r17f2a7f4  
    1111
    1212set macros
    13 set output OUTDIR."/plot-list-zoomin-abs-java.pdf"
     13set output OUTDIR."/plot-list-zoomin-abs-i-java.pdf"
    1414
    1515set grid
     
    1818set logscale y
    1919set yrange [1:15];
    20 # set ytics (1,2,3,4,5,6,7,8,10,12,14)
     20set ytics (1,2,3,4,5,6,7,8,10,12,14)
    2121set format y ""
    2222set xrange [0.75:180];
     
    2828set pointintervalbox 0
    2929
    30 plot INDIR."/plot-list-zoomin-abs-java.dat" \
     30plot INDIR."/plot-list-zoomin-abs-i-java.dat" \
    3131       i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue"        pt  6  ps 0.85 lw 1, \
    3232    '' i 4 using ($1 * 0.94):8:4:5 title columnheader(1) with yerrorbars lt rgb "dark-orange"   pt  8  ps 0.75 lw 1, \
  • doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-swift.gp

    r6767f27 r17f2a7f4  
    88
    99set macros
    10 set output OUTDIR."/plot-list-zoomin-abs-swift.pdf"
     10set output OUTDIR."/plot-list-zoomin-abs-i-swift.pdf"
    1111
    1212set lmargin 10
     
    2525set pointintervalbox 0
    2626
    27 plot INDIR."/plot-list-zoomin-abs-swift.dat" \
     27plot INDIR."/plot-list-zoomin-abs-i-swift.dat" \
    2828       i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue"        pt  6  ps 0.85 lw 1, \
    2929    '' i 4 using ($1 * 0.94):8:4:5 title columnheader(1) with yerrorbars lt rgb "dark-orange"   pt  8  ps 0.75 lw 1, \
Note: See TracChangeset for help on using the changeset viewer.