UI for line graphs.
More...
|
| widget |
|
| data |
|
| width |
|
| height |
|
| gheight |
|
| xrange |
|
| yrange |
|
| pointlimit |
|
| shapes |
|
| widgets |
|
§ 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: