pstime

来自「su 的源代码库」· 代码 · 共 25 行

TXT
25
字号
#! /bin/sh# shell for plotting synthetic datan1=51 f1=0 d1=50 n2=71 d2=50 f2=500 n3=36 d3=100 pscube<tfile n1=$n1 d1=$d1 f1=$f1 n2=$n2 d2=$d2 f2=$f2 n3=$n3 d3=$d3 \	label1="Depth (m)" label2="Midpoint (m)" \	ybox=3 hbox=4 \	bclip=2 d1num=500 d2num=1000 \	title="Traveltime Tables"  > time.epspscubecontour<tfile nc=50 fc=0 dc=.02 \	n1=$n1 d1=$d1 f1=$f1 n2=$n2 d2=$d2 f2=$f2 n3=$n3 d3=$d3 \	label1="Depth (m)" label2="Midpoint (m)" \	ybox=3 hbox=4 \	bclip=2 d1num=500 d2num=1000 \	title="Traveltime Tables"  > time2.eps# Plotting inverted dataecho "Output as the PostScript file:  time.eps time2.eps"echoecho "You may view this with your PostScript Previewer"echo

⌨️ 快捷键说明

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