|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 701 (0x2bd) Types: TextFile Names: »test2«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/TeXcontrib/gnuplot/translate/test2«
set terminal latex set output "plot.tex" # a short comment here set size 4,2.75; help foo; set term latex set title "Effect of Prefetching set ylabel "Total\\Execution\\time\\(seconds)" 1 set xlabel "Minimum prefetching lead in blocks" # full-line comment goes here set style lp1 "\scriptsize 1" 7 "\circle*{1}" set style lp2 "\scriptsize 2" 7 "\circle*{1}" set style lp3 "\scriptsize 3" 7 "\circle*{1}" set style lp4 "\scriptsize 4" 7 set noclip plot [0:90] [0:10] "points.gps" w lp1, "points.gw" w lp2, \ "points.lps" w lp3, "points.lw" w lp4, label 10,7 "gfp" label 80,5.5 "gw" label ,3.4 "lfp" label 40,1.8 "lw" plot [0:pi] sin(x) w points key 1,.5 "sin(x)" w points, "" w lines, "dummy" w lp1