📄 sconstruct
字号:
from rsfproj import *from bay import Bayfrom helderiv import Helderiv###########################################################################Bay('bay',f2=500,n2=1600,f1=400,n1=700)def plot(title): return 'grey title="%s" pclip=99.9 gpow=.8 crowd=.85' % titlePlot('bay',plot('Topographic map, Stanford area'))Plot('slope','bay','igrad | ' + plot('Southward slope'))Helderiv('hel',eps=0.001,na=16)Plot('helderiv','bay hel', 'helicon filt=${SOURCES[1]} | ' + plot('Helix derivative'))Result('helderiv','bay helderiv slope','OverUnderAniso')###########################################################################End()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -