casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
pylabmem.py
Go to the documentation of this file.
00001 import sys
00002 import os
00003 import string
00004 import inspect
00005 
00006 gl=sys._getframe(len(inspect.stack())-1).f_globals
00007 def run(fetch=False):
00008     pl=gl['pl']
00009     x=range(10000000)
00010     pl.ion()
00011     for k in range(10):
00012         pl.plot(x)
00013         pl.clf()
00014         pl.cla()
00015     print ''
00016     print 'Regression PASSED'
00017     print ''
00018     return []
00019 
00020 def data():
00021     return []