missing values/fill values/masked arrays

This brings me to my last question. Has anyone out there

    > had any problems with the sourceforge cvs?

Or you might ask "has anyone not had problems...." :slight_smile:

I uploaded a snapshot of my local tree to

  http://matplotlib.sf.net/matplotlib-0.81alpha.tar.gz

JDH

John Hunter wrote:

"Derrick" == Derrick Snowden <Derrick.Snowden@...259...> writes:
           

   > This brings me to my last question. Has anyone out there
   > had any problems with the sourceforge cvs?

Or you might ask "has anyone not had problems...." :slight_smile:

I uploaded a snapshot of my local tree to

http://matplotlib.sf.net/matplotlib-0.81alpha.tar.gz

JDH

Thanks, this seems to have fixed all the problems when using Numeric. The following is the error I get when using numarray...NOTE that the error occurs when I close the plot. The plot is generated on the screen.

[snowden@...620... Python]$ python p_hb_example.py --numarray
loaded rc file /home/snowden/.matplotlibrc
matplotlib version 0.81alpha
verbose.level helpful
interactive is False
platform is linux2
numerix numarray 1.3.1
font search path ['/usr/share/matplotlib']
loaded ttfcache file /home/snowden/.ttffont.cache
matplotlib data path /usr/share/matplotlib
backend GTKAgg version 2.2.0
/usr/lib/python2.3/site-packages/numarray/numarraycore.py:368: UserWarning: __array__ returned non-NumArray instance
  _warnings.warn("__array__ returned non-NumArray instance")
Traceback (most recent call last):
  File "p_hb_example.py", line 60, in ?
    pylab.plot(dtnum,v3)
  File "/usr/lib/python2.3/site-packages/matplotlib/pylab.py", line 1945, in plot
    ret = gca().plot(*args, **kwargs)
  File "/usr/lib/python2.3/site-packages/matplotlib/axes.py", line 2490, in plot
    for line in self._get_lines(*args, **kwargs):
  File "/usr/lib/python2.3/site-packages/matplotlib/axes.py", line 272, in _grab_next_args
    yield self._plot_2_args(remaining, **kwargs)
  File "/usr/lib/python2.3/site-packages/matplotlib/axes.py", line 222, in _plot_2_args
    assert(iterable(y))
AssertionError

Derrick Snowden wrote:

John Hunter wrote:

   > This brings me to my last question. Has anyone out there
   > had any problems with the sourceforge cvs?
Or you might ask "has anyone not had problems...." :slight_smile:

I uploaded a snapshot of my local tree to

http://matplotlib.sf.net/matplotlib-0.81alpha.tar.gz

JDH

Thanks, this seems to have fixed all the problems when using Numeric. The following is the error I get when using numarray...NOTE that the error occurs when I close the plot. The plot is generated on the screen.

[snowden@...620... Python]$ python p_hb_example.py --numarray
loaded rc file /home/snowden/.matplotlibrc
matplotlib version 0.81alpha
verbose.level helpful
interactive is False
platform is linux2
numerix numarray 1.3.1
font search path ['/usr/share/matplotlib']
loaded ttfcache file /home/snowden/.ttffont.cache
matplotlib data path /usr/share/matplotlib
backend GTKAgg version 2.2.0
/usr/lib/python2.3/site-packages/numarray/numarraycore.py:368: UserWarning: __array__ returned non-NumArray instance
_warnings.warn("__array__ returned non-NumArray instance")
Traceback (most recent call last):
File "p_hb_example.py", line 60, in ?
   pylab.plot(dtnum,v3)
File "/usr/lib/python2.3/site-packages/matplotlib/pylab.py", line 1945, in plot
   ret = gca().plot(*args, **kwargs)
File "/usr/lib/python2.3/site-packages/matplotlib/axes.py", line 2490, in plot
   for line in self._get_lines(*args, **kwargs):
File "/usr/lib/python2.3/site-packages/matplotlib/axes.py", line 272, in _grab_next_args
   yield self._plot_2_args(remaining, **kwargs)
File "/usr/lib/python2.3/site-packages/matplotlib/axes.py", line 222, in _plot_2_args
   assert(iterable(y))
AssertionError

I have a problem after the change made by John to pass to agg23. I have to delete the build directory and the matplotlib directory in site-package and the cvs version is working fine. In other hand I have a segmentation fault when I tried to use mpl.

my 2 cents,

    N.