<div>Hi</div>
<div>�</div>
<div>I am trying to draw three lines from three files on one page. They are drawn easily but since the variable is the same variable�for all three�inputs so it becomes difficult identify which line �is for which input.�I tried to do it using set line option but it did not work. I am using GrADS 2.9�with windows system. Here is my script:</div>
<div>�</div>
<div>'reinit'<br>'set display color white'<br>'c'<br>'sdfopen d:\<a href="http://anom_ind.nc">anom_ind.nc</a>'<br>'sdfopen d:\<a href="http://anom_ea.nc">anom_ea.nc</a>'<br>'sdfopen d:\<a href="http://anom_ea_ind.nc">anom_ea_ind.nc</a>'</div>
<div>'set lat 10 60'<br>'set xlopts 1 5 0.17'<br>'set ylopts 1 5 0.17'<br>'set grads off'<br>'set gxout line'</div>
<div>'set line 5 5 6'<br>'d ano.1'</div>
<div>'set line 6 6 6'<br>'d ano.2'</div>
<div>'set line 7 7 6'<br>'d ano.3'</div>
<div>�</div>
<div>Any suggestions (except drawing the lines on separate files). The output is attached.</div>
<div>�</div>
<div>Thanks</div>
<div>Rashed</div>