Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Package draw :: Module plot :: Class CanvasPlotFrame |
|
object
--+ |PlotFrameI
--+ | CanvasPlotFrame
Method Summary | |
---|---|
__init__(self,
root,
vals,
rng)
| |
_configure(self,
event)
| |
_plot(self,
*args)
| |
adjust the zoom region marker, for drag-zooming | |
bind an event to a function | |
Set the scale for the axes (linear/logarithmic) | |
mark the zoom region, for drag-zooming | |
delete the zoom region marker (for drag-zooming) | |
Transform pixel coordinates to plot coordinates | |
Print the contents of the plot to the given file | |
unbind an event | |
Return the visible area rect (in plot coordinates) | |
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
|
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
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |