gnuplot.rot

来自「智能画图软件」· ROT 代码 · 共 13 行

ROT
13
字号
# HBB: revised open-ended animation routine. Used to just turn# round and round by somewhat large steps. Now, it tumbles# back and forth smoothly.# If 'limit_iterations' is set to a nonzero value, it'll stop after that# many iterations (iteration_count=0 has to be set before this# script is called)zrot=(zrot+10)%360xrot=(xrot+17)%180set view (50.+30.*sin(xrot/180.*pi)),60.+45.*sin(zrot/180.*pi)replotiteration_count=iteration_count+1if ((!limit_iterations) || (iteration_count<=limit_iterations)) reread

⌨️ 快捷键说明

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