Go to the source code of this file.
Classes | |
class | matplotRender::matplotRender |
Namespaces | |
namespace | matplotRender |
Functions | |
def | matplotRender::destroy |
Variables | |
tuple | matplotRender::a = fig.add_subplot(111) |
matplotRender::batchonly = False | |
tuple | matplotRender::fig = Figure(figsize=(5,5),dpi=100) |
tuple | matplotRender::m = matplotRender(fig) |
tuple | matplotRender::root = Tk.Tk() |
tuple | matplotRender::s = numpy.sin(2*numpy.pi*t) |
tuple | matplotRender::t = numpy.arange(0.0,3.0,0.01) |