📄 sconstruct
字号:
from rsfproj import *from bay import BayBay('bay',f2=500,n2=1600,f1=50,n1=1050)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'))Result('stangrad','bay slope','OverUnderAniso')###########################################################################End()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -