problem with new symbols

   I think there is a bug with the new verts because it

    > cannot then use "scales" with len(scales)=1.:
    > /usr/lib/python2.4/site-packages/matplotlib/axes.py in
    > scatter(self, x, y, s, c, marker, cmap, norm, vmin, vmax,
    > alpha, linewidths, faceted, verts, **kwargs) 3072 #scales =
    > sqrt(scales * self.figure.dpi.get() / 72.) 3073 if
    > len(scales)==1:
    -> 3074 verts = [s[0]*verts]

Fixed in svn 2404 -- thanks.

JDH