On Sat, Oct 30, 2010 at 2:16 PM, Paul Ivanov <pivanov...@gmail.com> wrote:
>> Thanks Paul!  Your suggestion got me part of the way, but I've run
>> into another problem...I'm using draggable legends, I'm also wanting
>> to fetch the current position of the legend after a drag.  The
>> draggable legend always updates 'loc', and not 'bbox_to_anchor', so
>> I'm afraid that I'm stuck manipulating 'loc' for my purposes and not
>> the bbox_to_anchor property.
>

From svn r8784, you can optionally make legend to update
bbox_to_anchor parameter (and leave *loc* untouched)  when dragged.

d = my_legend.draggable(update="bbox")

The default is to update *loc*.

Regards,

-JJ

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to