Fun with PWM  0.32
TkGraphs.TkLineGraph Class Reference

UI for line graphs. More...

Public Member Functions

def __init__
 
def initColours (self, colours)
 
def setup (self)
 
def addData (self, key=None, value=None)
 
def delData (self, index)
 
def update (self)
 

Public Attributes

 widget
 
 data
 
 width
 
 height
 
 gheight
 
 xrange
 
 yrange
 
 pointlimit
 
 shapes
 
 widgets
 

Detailed Description

UI for line graphs.

Member Function Documentation

§ addData()

def TkGraphs.TkLineGraph.addData (   self,
  key = None,
  value = None 
)
appends data to the graph

@param key
@param value

§ delData()

def TkGraphs.TkLineGraph.delData (   self,
  index 
)
removes data from the graph

@param index

§ initColours()

def TkGraphs.TkLineGraph.initColours (   self,
  colours 
)
setup the colours

@param colours

§ setup()

def TkGraphs.TkLineGraph.setup (   self)
creates a canvas for the graph

§ update()

def TkGraphs.TkLineGraph.update (   self)
creates or arranges lines on the canvas

The documentation for this class was generated from the following file: