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!
__
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