SG++-Doxygen-Documentation
plot.py File Reference

Namespaces

 python.plot
 

Functions

def python.plot.plot2D (f, n=100, a=0.0, b=1.0, plot=True, filename=None, logx=False, logy=False)
 
def python.plot.plot3D (f, n=20, xName='x', yName='y', zName='z', a=0.0, b=1.0, plot=True, filename=None, multiEval=False)
 
def python.plot.plotIntegerFunc2D (f, a=0, b=10, show='bo', plot=True, filename=None, logx=False, logy=False)
 
def python.plot.plotMultipleIntegerFunc2D (fs, names, shows, title, a=0, b=10, plot=True, filename=None, logx=False, logy=False)