Re: blt graph element element - add points to a line



On May 30, 6:12 am, toby...@xxxxxxxxxxxxxxxx wrote:
Hello,

I'm already trying since a few hours to simple add point,

Off the top my head; in BLT you should basically be able
to bind vectors to the graph widget with the element create.
Then anytime you change the vector the graph widget should
redraw it automatically if the "notify always" is set for the vector.

VECTOR notify always

Hence anytime the vector "VECTOR" is changed, the graph
will be redrawn.

Consult the BLT man paged for Vector

Stuart
.