<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>&#39;reinit&#39;<br>&#39;set display color white&#39;<br>&#39;c&#39;<br>&#39;sdfopen d:\<a href="http://anom_ind.nc">anom_ind.nc</a>&#39;<br>&#39;sdfopen d:\<a href="http://anom_ea.nc">anom_ea.nc</a>&#39;<br>&#39;sdfopen d:\<a href="http://anom_ea_ind.nc">anom_ea_ind.nc</a>&#39;</div>

<div>&#39;set lat 10 60&#39;<br>&#39;set xlopts 1 5 0.17&#39;<br>&#39;set ylopts 1 5 0.17&#39;<br>&#39;set grads off&#39;<br>&#39;set gxout line&#39;</div>
<div>&#39;set line 5 5 6&#39;<br>&#39;d ano.1&#39;</div>
<div>&#39;set line 6 6 6&#39;<br>&#39;d ano.2&#39;</div>
<div>&#39;set line 7 7 6&#39;<br>&#39;d ano.3&#39;</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>