animate.dem
来自「智能画图软件」· DEM 代码 · 共 27 行
DEM
27 行
## $Id: animate.dem,v 1.6 2003/10/28 05:35:54 sfeam Exp $## HBB: Demo animation, tumbling around 'glass.dat'# meant to replace the 'rotating whale' demo.set parametricset hidden3dunset keyset style data linexrot=60zrot=0set view xrot,zrotsplot "glass.dat"limit_iterations=40 # limits number of iterations if nonzeroif (!limit_iterations) print "The following animation will never stop on its own. You have"if (!limit_iterations) print "to stop it manually by interrupting gnuplot (e.g., press ^C)"print "On some screen terminal drivers for PC screens, you'll have"print "to hit a key to get to the next frame"pause -1 "Press a key to start the rotation..."iteration_count=0load "gnuplot.rot"reset
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?