资 源 简 介
ATTENTION: The project [has moved to GitHub](https://github.com/npat-efault/ppgplot)
ppgplot
is a python module (extension) providing bindings to the PGPLOT graphics library, written in 1998, and maintained until about 2006. PGPLOT is a scientific visualization (graphics) library written in Fortran by T. J. Pearson. C bindings for PGPLOT are also available. ppgplot makes the library usable by Python programs. It uses the numeric / numarray modules (nowadays replaced by Numpy), to efficiently represent and manipulate vectors and matrices.
A bit of history: I originally wrote ppgplot back in 1998,