Changeset 17f2a7f4 for doc/theses/mike_brooks_MMath/plots
- Timestamp:
- Apr 10, 2026, 9:50:22 AM (3 weeks ago)
- Branches:
- master
- Children:
- 806534c
- Parents:
- 6767f27
- Location:
- doc/theses/mike_brooks_MMath/plots
- Files:
-
- 10 added
- 4 deleted
- 5 moved
-
list-mchn-szz.d (added)
-
list-mchn-szz.gp (added)
-
list-mchn-szz.py (moved) (moved from doc/theses/mike_brooks_MMath/plots/list-wip.py ) (2 diffs)
-
list-wip.d (deleted)
-
list-wip.gp (deleted)
-
list-zoomin-abs-i-java.d (added)
-
list-zoomin-abs-i-java.gp (moved) (moved from doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-java.gp ) (3 diffs)
-
list-zoomin-abs-i-java.py (moved) (moved from doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-java.py )
-
list-zoomin-abs-i-swift.d (added)
-
list-zoomin-abs-i-swift.gp (moved) (moved from doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-swift.gp ) (2 diffs)
-
list-zoomin-abs-i-swift.py (moved) (moved from doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-swift.py )
-
list-zoomin-abs-java.d (deleted)
-
list-zoomin-abs-swift.d (deleted)
-
list-zoomin-abs-viii-java.d (added)
-
list-zoomin-abs-viii-java.gp (added)
-
list-zoomin-abs-viii-java.py (added)
-
list-zoomin-abs-viii-swift.d (added)
-
list-zoomin-abs-viii-swift.gp (added)
-
list-zoomin-abs-viii-swift.py (added)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/list-mchn-szz.py
r6767f27 r17f2a7f4 48 48 49 49 # printSingleDetail 50 def print Wip(*,50 def printHistos(*, 51 51 tgtMovement = 'all', 52 52 tgtPolarity = 'all', … … 138 138 139 139 140 print Wip(140 printHistos( 141 141 tgtMovement = 'all', 142 142 tgtPolarity = 'all', 143 143 tgtAccessor = 'all', 144 marginalizeOn=[' fx'] )144 marginalizeOn=['machine', 'SizeZone'] ) 145 145 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 11 11 12 12 set macros 13 set output OUTDIR."/plot-list-zoomin-abs- java.pdf"13 set output OUTDIR."/plot-list-zoomin-abs-i-java.pdf" 14 14 15 15 set grid … … 18 18 set logscale y 19 19 set yrange [1:15]; 20 #set ytics (1,2,3,4,5,6,7,8,10,12,14)20 set ytics (1,2,3,4,5,6,7,8,10,12,14) 21 21 set format y "" 22 22 set xrange [0.75:180]; … … 28 28 set pointintervalbox 0 29 29 30 plot INDIR."/plot-list-zoomin-abs- java.dat" \30 plot INDIR."/plot-list-zoomin-abs-i-java.dat" \ 31 31 i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue" pt 6 ps 0.85 lw 1, \ 32 32 '' 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 8 8 9 9 set macros 10 set output OUTDIR."/plot-list-zoomin-abs- swift.pdf"10 set output OUTDIR."/plot-list-zoomin-abs-i-swift.pdf" 11 11 12 12 set lmargin 10 … … 25 25 set pointintervalbox 0 26 26 27 plot INDIR."/plot-list-zoomin-abs- swift.dat" \27 plot INDIR."/plot-list-zoomin-abs-i-swift.dat" \ 28 28 i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue" pt 6 ps 0.85 lw 1, \ 29 29 '' 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.