summon.plot
index
/home/raz/projects/summon/lib/summon/plot.py

 
Modules
       
atexit
math
os
summon
summon_core
threading
time
summon.util
summon.vector

 
Classes
       
__builtin__.object
ScatterPlot

 
class ScatterPlot(__builtin__.object)
     Methods defined here:
__init__(self, scale=[1.0, 1.0], onClick=None)
clearSelection(self)
clickCallback(self)
draw(self)
drawSelect(self, x, y, size, col)
onClick(self, x, y, name)
plot(self, x, y, names, col=[0, 0, 0], style='points', size=1.0)
select(self, func, col=[0, 0, 1])
show(self)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ScatterPlot' objects>
list of weak references to the object (if defined)

 
Functions
       
plotFunc(func, start, end, step)
plotList(arr)