Hi, ist the example
http://matplotlib.org/examples/user_interfaces/printing_in_wx.html
still supposed to work? I am using Python 2.7.3 win32 on XP, wxPython
2.8.12.1 and Matplotlib 1.2.0 - and the example crashes every time I either
try to print or want to see the preview.
Thank you, Raphael
My temporary solution is to clear the figure via clf() and to recreate the
plot without the elements I do not want any more.
--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/Removing-text-from-a-figure-tp40424p40427.html
Sent from the matplotlib - users mailing list arch
Does anyone know if the following error message is a matplotlib bug or is it
me making a mistake?
Is there an correct/alternative way to remove (or replace) text? Thank you,
Raphael
from matplotlib.figure import Figure
fig = Figure()
caption = fig.suptitle("test")
caption.remove()
Traceback