Module gkitkbase
source code
Tk gui implementation for the gki plot widget
$Id: gkitkbase.py 812 2008-01-14 15:10:44Z sontag $
Imports:
numpy,
os,
sys,
string,
wutil,
time,
Tkinter,
msgiobuffer,
gki,
textattrib,
irafgwcs,
IrafError,
pyrafDir,
userWorkingHome,
tkMessageBox,
tkSimpleDialog,
filedlg
helpString
- Value:
"""\
PyRAF graphics windows provide the capability to recall previous plots
, print
the current plot, save and load metacode to a file, undo/redo edits to
plots,
and create new graphics windows. The windows are active at all times
(not just
in interactive cursor mode) and can be resized.
...
|
|