dspjm 0 Light Poster

Suppose I wrote a code like this

from pylab import *
t1 = text(1, 1, "Hello")
draw()
t1.remove()
draw()

How do I suppose to show t1 again in my figure?
Thanks for help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.