- Timestamp:
- Feb 4, 2026, 12:43:09 PM (5 weeks ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- f648875
- Parents:
- df72682
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/list-zoomout-shuf-java.gp
rdf72682 r8eb85de 1 set terminal pdf color enhanced size 6.0in,3.0in font "Times,17" 1 set terminal pdfcairo color enhanced size 3.0in,3.0in font "Times,17" 2 3 set size 1.0, 1.0 # scale of plot area inside terminal 4 set origin 0.0, 0.0 # bottom-left corner 2 5 3 6 INDIR="build" … … 5 8 6 9 set macros 7 set output OUTDIR."/plot-list-zoomout- noshuf.pdf"10 set output OUTDIR."/plot-list-zoomout-shuf-java.pdf" 8 11 9 12 set grid 10 set key top left13 set key bottom right offset 1,1 11 14 set logscale x 12 #set logscale y 15 set xtics ("1" 1, "10" 10, "100" 100, \ 16 "10^3" 1e3, "10^4" 1e4, "10^5" 1e5, \ 17 "10^6" 1e6, "10^7" 1e7, "10^8" 1e8, "10^9" 1e9) 18 set mxtics 9 19 set logscale y 13 20 #set yrange [1:1000]; 14 21 set xlabel "List length (item count)" offset 2,0 15 set ylabel "Duration (ns)" 22 #set ylabel "Duration (ns)" 23 unset ylabel 24 set format y "" 16 25 set linetype 3 dashtype 2 17 26 set linetype 4 dashtype 2 18 27 19 plot INDIR."/plot-list-zoomout- noshuf.dat" \28 plot INDIR."/plot-list-zoomout-shuf-java.dat" \ 20 29 i 1 using 1:2 title "STL" with points lt rgb "forest-green" pt 3 ps 1 lw 1, \ 21 30 '' i 0 using 1:2 title "intrusives" with points lt rgb "black" pt 1 ps 1 lw 1, \
Note:
See TracChangeset
for help on using the changeset viewer.