📄 hidden.dem
字号:
## $Id: hidden.dem,v 1.2.2.1 1999/10/11 13:25:02 lhecking Exp $##set samples 20set isosamples 20set hidden3dset title "Hidden line removal of explicit surfaces"set xrange [-3:3]set yrange [-2:2]splot 1 / (x*x + y*y + 1)pause -1 "Hit return to continue (1)"set xrange [-1:1]set yrange [-1:1]splot x*y / (x**2 + y**2 + 0.1)pause -1 "Hit return to continue (2)"set view 70,45set nocontourset xrange [-3:3]set yrange [-3:3]splot sin(x*x + y*y) / (x*x + y*y)pause -1 "Hit return to continue (3)"set view 60,30set xrange [-3:3]set yrange [-3:3]set zrange [-1:1]set ztics -1,0.5,1set grid zset border 4095splot sin(x) * cos(y)pause -1 "Hit return to continue (4)"set nogridset ztics autofreqset border 31set view 75,230set contourreplotpause -1 "Hit return to continue (5)"set view 80,30,1,1set data style lines# autoranging loses the verticalsset xrange [0:15]set yrange [0:15]splot "glass.dat" using 1pause -1 "Hit return to continue (6)"set view 50set gridreplotpause -1 "Hit return to continue (7)"set nocontourset nogridset nohidden3dset samples 100set isosamples 10set view 60,30,1,1set xrange [-10:10]set yrange [-10:10]set zrange [-10:10]set autoset title "" 0,0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -