Hello, I need your help, I want to make a plot something like this program, import Numeric as N from contour import contour x = N.arange(25) * 15.0 - 180.0 y = N.arange(13) * 15.0 - 90.0 data = N.outerproduct(N.sin(y*N.pi/360.), N.cos(x*N.pi/360.)) contour (data, x, y, title='Example') but cant import contour ; so I should install contour or do anythings? send ma a link if it should be installed. Best regards, Ayat.
-- http://mail.python.org/mailman/listinfo/python-list