DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T e

⟦407d74208⟧ TextFile

    Length: 522 (0x20a)
    Types: TextFile
    Names: »eg4.gnu«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/gnutex/doc/manual/eg4.gnu« 

TextFile

set terminal latex
set output "eg4.tex"
set size 3.5,3
set format x "$%5.1f\mu$"
set noclip
set title "This is a very long title\\because it has\\three lines"
set xlabel "This is the $x$ axis\\with more than two\\lines in the label"
set ylabel "This is a longer\\version of\\the $y$ axis"
set style new1 "$\otimes$" 3 "\circle*{100}" "\circle*{200}" "\circle*{300}"
plot [-10:10] [-10:10] "eg3.dat" with new1, 3*exp(-x*x)+1 with lines
label -5,-5 "Data" rb 1.7
key -7,5 "Data file" with new1, "$3e^{-x^{2}}+1$" with lines