1 """Plotting module that can plot 2D and 3D functions
7 raise ImportError("ctypes is required for plotting.\n'easy_install ctypes' or visit http://sourceforge.net/projects/ctypes/")
9 def Plot(*args
, **kwargs
):
11 return plot
.Plot(*args
, **kwargs
)
14 def Plot(*args
, **kwargs
):
17 from textplot
import textplot