Package nltk_lite :: Package draw :: Module plot :: Class CanvasPlotFrame
[show private | hide private]
[frames | no frames]

Type CanvasPlotFrame

object --+    
         |    
PlotFrameI --+
             |
            CanvasPlotFrame


Method Summary
  __init__(self, root, vals, rng)
  _configure(self, event)
  _plot(self, *args)
  adjust_zoom_marker(self, x0, y0, x1, y1)
adjust the zoom region marker, for drag-zooming
  bind(self, *args)
bind an event to a function
  config_axes(self, xlog, ylog)
Set the scale for the axes (linear/logarithmic)
  create_zoom_marker(self)
mark the zoom region, for drag-zooming
  delete_zoom_marker(self)
delete the zoom region marker (for drag-zooming)
  invtransform(self, x, y)
Transform pixel coordinates to plot coordinates
  postscript(self, filename)
Print the contents of the plot to the given file
  unbind(self, *args)
unbind an event
  visible_area(self)
Return the visible area rect (in plot coordinates)
  zoom(self, i1, j1, i2, j2)
Zoom to the given range
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

adjust_zoom_marker(self, x0, y0, x1, y1)

adjust the zoom region marker, for drag-zooming
Overrides:
nltk_lite.draw.plot.PlotFrameI.adjust_zoom_marker (inherited documentation)

bind(self, *args)

bind an event to a function
Overrides:
nltk_lite.draw.plot.PlotFrameI.bind (inherited documentation)

config_axes(self, xlog, ylog)

Set the scale for the axes (linear/logarithmic)
Overrides:
nltk_lite.draw.plot.PlotFrameI.config_axes (inherited documentation)

create_zoom_marker(self)

mark the zoom region, for drag-zooming
Overrides:
nltk_lite.draw.plot.PlotFrameI.create_zoom_marker (inherited documentation)

delete_zoom_marker(self)

delete the zoom region marker (for drag-zooming)
Overrides:
nltk_lite.draw.plot.PlotFrameI.delete_zoom_marker (inherited documentation)

invtransform(self, x, y)

Transform pixel coordinates to plot coordinates
Overrides:
nltk_lite.draw.plot.PlotFrameI.invtransform (inherited documentation)

postscript(self, filename)

Print the contents of the plot to the given file
Overrides:
nltk_lite.draw.plot.PlotFrameI.postscript (inherited documentation)

unbind(self, *args)

unbind an event
Overrides:
nltk_lite.draw.plot.PlotFrameI.unbind (inherited documentation)

visible_area(self)

Return the visible area rect (in plot coordinates)
Overrides:
nltk_lite.draw.plot.PlotFrameI.visible_area (inherited documentation)

zoom(self, i1, j1, i2, j2)

Zoom to the given range
Overrides:
nltk_lite.draw.plot.PlotFrameI.zoom (inherited documentation)

Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 http://epydoc.sf.net