binary.dem

来自「智能画图软件」· DEM 代码 · 共 29 行

DEM
29
字号
## $Id: binary.dem,v 1.5 2003/10/28 05:35:54 sfeam Exp $#set style data linesset hidden3dset title "Hidden line removal of explicit binary surfaces"set ticslevel 0set key boxset xrange [-3:3]set yrange [-2:2]splot "binary1" binarypause -1 "Hit return to continue (1)"set view 70,45set xrange [-3:3]set yrange [-3:3]splot "binary2" binarypause -1 "Hit return to continue (2)"set title "Notice that sampling rate can change"set vi 70,10set xrange [-3:6]set yrange [-3:6]splot "binary3" binarypause -1 "Hit return to continue (3)"reset

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?