|
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 - download
Length: 193 (0xc1) Types: TextFile Names: »eg2.gnu«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXcontrib/gnutex/doc/manual/eg2.gnu«
set terminal latex set output "eg2.tex" set size 5,4 set title "This is a plot of $y=sin(x)$" set xlabel "This is the $x$ axis" set ylabel "This is\\the\\$y$ axis" 1 plot [0:6.28] [0:1] sin(x)