Package pyraf :: Module gkitkbase
[hide private]
[frames] | no frames]

Module gkitkbase

source code

Tk gui implementation for the gki plot widget

$Id: gkitkbase.py 812 2008-01-14 15:10:44Z sontag $

Classes [hide private]
  GkiInteractiveTkBase
Base class for interactive graphics kernel implementation
Variables [hide private]
  nIrafColors = 16
  helpString = "...

Imports: numpy, os, sys, string, wutil, time, Tkinter, msgiobuffer, gki, textattrib, irafgwcs, IrafError, pyrafDir, userWorkingHome, tkMessageBox, tkSimpleDialog, filedlg


Variables Details [hide private]

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.
...