This isn't documented, so you need to look at the visual.graph module,
but you'll find that these graphing objects are built on standard
objects, so you can make them invisible. For example,
g = gcurve(....)
....
g.curve.visible = 0
The module should be revised to let you say directly g.visible = 0.
Bruce Sherwood
Poul Riis wrote:
> How can I clear points, lines and even horizontal bars in a graph window
> before redrawing?
>
> Yours,
> Poul Riis
|