Ignore:
Timestamp:
Apr 17, 2026, 12:16:15 PM (12 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
534188b
Parents:
4cf8832
Message:

Revert 75ba2fa6b formatting on plots. Aligned plots use aligned axes. All plots have log vertical.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/list-zoomin-abs-i-swift.gp

    r4cf8832 r9e94c9f  
    1 set terminal pdfcairo color enhanced size 3.5in,2.0in font "Times,17"
     1set terminal pdfcairo color enhanced size 3.625in,2.0in font "Times,17"
    22
    33set size 1.0, 1.0    # scale of plot area inside terminal
     
    1515unset key
    1616set logscale x 2
    17 #set logscale y
    18 set yrange [0:12];
    19 #set ytics (1,2,3,4,5,6,7,8,10,12)
     17set logscale y
     18set yrange [1:15];
     19set ytics (1,2,3,4,5,6,7,8,10,12,14)
    2020set xrange [0.75:180];
    2121# set xlabel "List length (item count)" offset 2,0
    2222set format x ""
    23 set ylabel "Duration (ns)" # offset -1.0,0
     23set ylabel "Duration (ns)" offset -3.0,0
    2424set errorbars 2.0
    2525set pointintervalbox 0
Note: See TracChangeset for help on using the changeset viewer.