animate.dem
来自「支持向量机初学者可以看看,用于可以用于C-SVM分类、?-SVM分类、?-SVM」· DEM 代码 · 共 24 行
DEM
24 行
# 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 + =
减小字号Ctrl + -
显示快捷键?