problem with new symbols

Hi, it seems that there are a bug in numerix with

    > numarray (it's working fine with numpy) and the random
    > array package.

    > $ python scatter_custom_symbol.py Traceback (most recent
    > call last): File "scatter_custom_symbol.py", line 9, in ?
    > x,y,s,c = nx.rand(4, 30) AttributeError: 'module' object
    > has no attribute 'rand'
    > humufr@...1113...:~/tmp/Python/SCIPY/matplotlib/matplotlib/examples

Fixed in svn -- thanks.

JDH