Changeset 048dde4


Ignore:
Timestamp:
Mar 19, 2025, 12:41:23 PM (11 hours ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
07293ad, e1358c0
Parents:
a7d93cb
Message:

Rough-in gnuplot for "allocn" string graph

Location:
doc/theses/mike_brooks_MMath
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified doc/theses/mike_brooks_MMath/Makefile

    ra7d93cb r048dde4  
    9999        gnuplot plot-pbv.gp
    100100
     101string-graph-allocn.pdf: string-graph-allocn.dat | ${Build}
     102        gnuplot plot-allocn.gp
     103
    101104%.pdf: %.fig | ${Build}
    102105        fig2dev -L pdf $< > ${Build}/$@
  • TabularUnified doc/theses/mike_brooks_MMath/string.tex

    ra7d93cb r048dde4  
    681681\begin{figure}
    682682\centering
    683   \includegraphics[width=\textwidth]{string-graph-allocn.png}
     683  \includegraphics{string-graph-allocn.pdf}
     684% \includegraphics[width=\textwidth]{string-graph-allocn.png}
    684685  \caption{Space and time performance, under varying fraction-live targets, for the five string lengths shown, at (\emph{Fixed-size} corpus construction.
    685686[MISSING] The identified clusters are for the default fraction-live target, which is 30\%.
Note: See TracChangeset for help on using the changeset viewer.