Re: [Matplotlib-users] re move / delete arrow / annotate, how to?

2010-05-05 Thread KrishnaPribadi
Ryan May-3 wrote: You can accomplish it by: ax.texts.remove(arrow) I'd still like to know why this exception gets raised: NotImplementedError Traceback (most recent call last) /home/rmay/ipython console in module()

[Matplotlib-users] re move / delete arrow / annotate, how to?

2010-05-04 Thread KrishnaPribadi
Hi, I'm trying to remove or delete an annotate arrow but I'm unsuccessful. Can some please help? Thanks. I tried the [artist].remove() but that will not work with arrows or annotate objects... Here is some example code, please add in the code I need if you can: import numpy as np import

Re: [Matplotlib-users] re move / delete arrow / annotate, how to?

2010-05-04 Thread Ryan May
On Tue, May 4, 2010 at 2:09 PM, KrishnaPribadi krishna.prib...@harley-davidson.com wrote: I'm trying to remove or delete an annotate arrow but I'm unsuccessful. Can some please help? Thanks. I tried the [artist].remove() but that will not work with arrows or annotate objects... Here is some

Re: [Matplotlib-users] re move / delete arrow / annotate, how to?

2010-05-04 Thread Jae-Joon Lee
Fixed in r8295. Axes.annotate was not setting the _remove_method attribute. Regards, -JJ On Tue, May 4, 2010 at 3:15 PM, Ryan May rma...@gmail.com wrote: On Tue, May 4, 2010 at 2:09 PM, KrishnaPribadi krishna.prib...@harley-davidson.com wrote: I'm trying to remove or delete an annotate