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 u

⟦70b9aaf29⟧ TextFile

    Length: 816 (0x330)
    Types: TextFile
    Names: »using.demo«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXcontrib/gnuplot/demo/using.demo« 

TextFile

#
# Requires data file "using.dat" from this directory,
# so change current working directory to this directory before running.
#
set samples 168
set title "Convex     November 1-7 1989"
set label "(Weekend)" at 5,25 center
plot 'using.dat' using "%*s %*s %f %f" title "Logged in" with impulses,\
     'using.dat' using "%*s %*s %f %*f %f" t "Load average" with points,\
     'using.dat' using "%*s %*s %f %*f %*f %f" t "%CPU used" with lines
set nolabel
pause -1 "Hit return to continue"

set title "Convex     November 1-7 1989    Circadian"
set xrange[-1:24]
plot 'using.dat' using "%*s %f %*f %f" title "Logged in" with impulses,\
     'using.dat' using "%*s %f %*f %f" title "Logged in" with points
pause -1 "Hit return to continue"

# undo what we have done above
set title
set samples 160
set xrange [-10:10]