% this is a comment, copied to the .eps file $xs=0 #relative size of x-axis, zero and conplot chooses $ys=0 #relative size of y-axis, zero and conplot chooses $xmn=-1 #minimum value of x to plot $xmx=8. #maximum value of x to plot, $xmx-$xmn==0 and conplot chooses $ymn=-1. #minimum value of y to plot $ymx=8. #maximum value of y to plot, $ymx-$ymn==0 and conplot chooses #$vec_scale=1. #conplot chooses if not defined $colortable="default" #color scheme $ncontours=20 #number of contours #@contu=(-.75,-.25,.25,.75); #or specify contours directly $smin=-1. #min value of color scale, zero and conplot chooses $smax=1. #max value of color scale, zero and conplot chooses $iplot=4 #1=color fill, 3=1+contours, 4=3+grid $tickx=1 #increment between ticks $tickx_scale=1 #divide x by this before ticking $ticky=1 #increment between ticks $ticky_scale=1 #divide y by this before ticking $makeaxes=1 #make axes $xlabel='width (km)' #x axis label $ylabel='height (km)' #y axis label $ismooth=0 # 1 can allow extreme values to exist outside of range of data, 0 is safer $arrow_cen=1. #0 tip is at point, .5 center is at point, 1 tail is at point $title='squashed data' #title of plot $u_col=4; #column for u components $v_col=5; #column for v components