📄 animate.dem
字号:
# HBB: Demo animation, tumbling around 'glass.dat'# meant to replace the 'rotating whale' demo.set parametricset hidden3dset nokeyset data style 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -