📄 simple.dem
字号:
## $Id: simple.dem,v 1.3 1999/10/17 19:17:00 lhecking Exp $## Requires data files "[123].dat" from this directory,# so change current working directory to this directory before running.# gnuplot> set term <term-type># gnuplot> load 'simple.dem'#set key left boxset samples 50plot [-10:10] sin(x),atan(x),cos(atan(x))pause -1 "Hit return to continue"set key right noboxset samples 100plot [-pi/2:pi] cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))pause -1 "Hit return to continue"set key left boxset samples 200plot [-3:5] asin(x),acos(x)pause -1 "Hit return to continue"plot [-30:20] besj0(x)*0.12e1 with impulses, (x**besj0(x))-2.5 with pointspause -1 "Hit return to continue"set samples 400plot [-10:10] real(sin(x)**besj0(x))pause -1 "Hit return to continue"set key outside belowplot [-5*pi:5*pi] [-5:5] real(tan(x)/atan(x)), 1/xpause -1 "Hit return to continue"set key left boxset autoscaleset samples 800plot [-30:20] sin(x*20)*atan(x)pause -1 "Hit return to continue"plot [-19:19] '1.dat'with impulses ,'2.dat' ,'3.dat' with linespause -1 "Hit return to continue"f(x) = x/100plot [-19:19] '1.dat'with impulses ,'2.dat' thru f(x) ,'3.dat' with linespause -1 "Hit return to continue"reset
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -