xplot
来自「su 的源代码库」· 代码 · 共 20 行
TXT
20 行
#! /bin/sh# display impulse responsessuximage < data.su wbox=300 hbox=300 xbox=10 ybox=10 \ title="Test impulse data" &suximage < mig.split wbox=300 hbox=300 xbox=330 ybox=10 \ title="Split Step" &suximage < mig.ffd wbox=300 hbox=300 xbox=630 ybox=10 \ title="Fourier Finite Difference" &suximage < mig.fd wbox=300 hbox=300 xbox=10 ybox=330 \ title="Finite Difference" &suximage < mig.pspi wbox=300 hbox=300 xbox=330 ybox=330 \ title="PSPI" &suximage < mig.stolt wbox=300 hbox=300 xbox=630 ybox=330 \ title="Stolt" &suximage < mig.gazdag wbox=300 hbox=300 xbox=10 ybox=10 \ title="Gazdag" &exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?