|
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 - downloadIndex: ┃ T s ┃
Length: 554 (0x22a) Types: TextFile Names: »simple.demo«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/gnuplot/simple.demo«
# # gnuplot> set term <term-type> # gnuplot> load 'simple.demo' # set samples 50 plot [-10:10] sin(x),atan(x),cos(atan(x)) set samples 100 plot [-pi/2:pi] cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1)) set samples 200 plot [-3:5] asin(x),acos(x) plot [-30:20] besj0(x)*0.12e1 with impulses, (x**besj0(x))-2.5 with points set samples 400 plot [-10:10] real(sin(x)**besj0(x)) plot [-5*pi:5*pi] [-5:5] real(tan(x)/atan(x)), 1/x set autoscale set samples 800 plot [-30:20] sin(x*20)*atan(x) plot [-19:19] '1.dat'with impulses ,'2.dat' ,'3.dat' with lines