<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"> Hello, I need your help,<br> I want to make a plot something like this program, <br>  <span style="font-weight: bold;"> import Numeric as N</span><br style="font-weight: bold;"><span style="font-weight: bold;">   from contour import contour</span><br style="font-weight: bold;"><span style="font-weight: bold;">   x = N.arange(25) * 15.0 - 180.0</span><br style="font-weight: bold;"><span style="font-weight: bold;">   y = N.arange(13) * 15.0 - 90.0</span><br style="font-weight: bold;"><span style="font-weight: bold;">    data = N.outerproduct(N.sin(y*N.pi/360.), N.cos(x*N.pi/360.))</span><br style="font-weight: bold;"><span style="font-weight: bold;">contour (data, x, y, title='Example')</span><br> but cant import contour ; so I should install contour or do anythings? send ma a link if it
 should be installed.<br> Best regards,<br> Ayat.<br><br></td></tr></table><br>