[Matrix-SIG] Gist + Tkinter ?

Janko Hauser jhauser@ifm.uni-kiel.de
Tue, 12 Jan 1999 11:13:34 +0100 (CET)


In the low level interface (from gist import *) there is an option to
the window command window command:

window( [n] [, display = "host:server.screen", dpi=100/75, wait=0/1,
                       private=0/1, hcp="hcp_filename", dump=0/1,
                       legends=1/0, style="style_sheet_filename" ] )

...
By default, Python will not wait for the X window to become visible;
     code which creates a new window, then plots a series of frames to
     that window should use wait=1 to assure that all frames are actually
     plotted.
...

The plot appears first, when an additional fma() is issued. And I had
no success, to have an interactive window.

Hope this helps,

__Janko