Re: [Numpy-discussion] ppgplot 1.3 with numpy 1.3.0

2010-06-21 Thread Jun Liu
Scott Ransom nrao.edu> writes: > > I have an updated version of ppgplot.c as part of a larger astronomical > package. You can get the ppgplot code here: > > http://github.com/scottransom/presto/tree/master/python/ppgplot_src/ > > Scott > Thank you very much. It really works! __

[Numpy-discussion] ppgplot 1.3 with numpy 1.3.0

2010-06-21 Thread Jun Liu
follow http://www.dur.ac.uk/physics.astrolab/ppgplot.html, I installed pgplot with gfortran and ppgplot (ported to numpy), everything seems Ok. But when I tried a simple test, it raise an unplesent warning: DeprecationWarning: PyArray_As1D: use PyArray_AsCArray Here is my test code: import ppgplot