% default conplot description file $xs=1 #relative size of x-axis, zero and conplot chooses $ys=1 #relative size of y-axis, zero and conplot chooses $xmn=0 #minimum value of x to plot $xmx=0. #maximum value of x to plot, $xmx-$xmn==0 and conplot chooses $ymn=0. #minimum value of y to plot $ymx=0. #maximum value of y to plot, $ymx-$ymn==0 and conplot chooses $colortable="default" #color scheme $ncontours=20 #number of colors $smin=0. #min value of color scale, zero and conplot chooses $smax=0. #max value of colar 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 $noaxes=0 #0 makes axes, 1 does not $noarrows=0 #0 makes arrows, 1 does not $xlabel='x label' #x axis label $ylabel='y label' #y axis label $title='squashed data' #title of plot $ismooth=0 #1 can allow extreme values to exist outside of range of data, 0 is safer $arrow_cen=.5 #0 tip is at point, .5 center is at point, 1 tail is at point $vec_scale=0 # 0 and conplot chooses #$u_col=4; #$v_col=5;