Example kplot session: >>> from Numeric import * >>> from kplot import kplot >>> >>> t = arange (-pi, pi, pi/20.) >>> p = kplot () >>> p.plot (t, sin (t)) >>> p.surface (sin (outerproduct (t, t)), t, t) For documentation type from bash pydoc kplot