Polar plots of radar scans (OT)

Hi,

    >> r,t = ogrid[0:pi:deltatheta, 0:2*pi:deltatheta]

    > doesn't work for me...

    > running
    > ------------------------------------------------------------
    > from scipy import * from pylab import *

Could it be that you don't have numpy as your rc setting in
matplotlib? If not, you're getting the wrong names when you do

from pylab import *

JDH