Exemplo n.º 1
0
def startDataManagerInGui(exitWhenClosed = False):
  execInGui(lambda :startDataManager(exitWhenClosed))
Exemplo n.º 2
0
def startDataManagerInGui(exitWhenClosed = False):    # 2) start the datamanager in gui
    execInGui(lambda :startDataManager(exitWhenClosed))
Exemplo n.º 3
0
def draw():
  figure = matplotlib.pyplot.gcf()
  execInGui(lambda figure = figure: drawInGui(figure))