Re: [Pmw] reusing a graph after deleting a curve

2005-03-16 Thread giacomo boffi
giacomo boffi <[EMAIL PROTECTED]> writes: > my question: is it possible to erase a graph, and reuse it? > > like in > > # x -> compute -> y > g=Pmw.Blt.Graph(); g.pack() > g.line_create(name,x,y) > # other computing -> a better y > # do something to g, erasing the previous plot > #[the above i

[Pmw] reusing a graph after deleting a curve

2005-03-10 Thread giacomo boffi
my question: is it possible to erase a graph, and reuse it? like in # x -> compute -> y g=Pmw.Blt.Graph(); g.pack() g.line_create(name,x,y) # other computing -> a better y # do something to g, erasing the previous plot #[the above is the part that i cannot understand...] g.line_create(name,x