You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
250 B

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