예제 #1
0
def startDataManagerInGui(exitWhenClosed = False):
  execInGui(lambda :startDataManager(exitWhenClosed))
예제 #2
0
def startDataManagerInGui(exitWhenClosed = False):    # 2) start the datamanager in gui
    execInGui(lambda :startDataManager(exitWhenClosed))
예제 #3
0
파일: backend.py 프로젝트: adewes/pyview
def draw():
  figure = matplotlib.pyplot.gcf()
  execInGui(lambda figure = figure: drawInGui(figure))