All examples for PLOT
#	Screen plot and travel-time picking into two 'pick-tables'

*call	plot	WGVA	up	3	.3	10		3

window	9	6	1.	1.5	90	11	8.5	# plot size

offset	soffset	2e-5						# offset scaling
gain	.5
trange	0	15000				# plotting 0-15 sec of the data
	
line	dash	0.1				# dashed timing lines
1	3
timlab	5000	%1.0f				# timing lines every 5 sec 
timtitl	left	Time - Distance / 8 (sec)	# time scale label along the left side

line	solid	0.1
scale	50000	5	0.001	%1.0f		# horizontal ruler

picker	branch	1		x	arg	t	pick-table1	# picking
picker	branch	1		x	arg	t	pick-table2