From: Gökhan S. <gok...@gm...> - 2010-01-29 00:57:36
|
On Thu, Jan 28, 2010 at 3:48 PM, John Hunter <jd...@gm...> wrote: > On Thu, Jan 28, 2010 at 3:02 PM, Adam Fraser <ada...@gm...> > wrote: > > I thought I'd share a solution to the draggable legend problem since > > it took me forever to assimilate all the scattered knowledge on the > > mailing lists... > > Cool -- nice example. I added the code to legend.py. Now you can do > > leg = ax.legend() > leg.draggable() > > to enable draggable mode. You can repeatedly call this func to toggle > the draggable state. > > Thanks, > JDH > Very useful addition for me. One question In [8]: ax.leg<tab> ax.legend ax.legend_ Has the second instance forgotten or left on purpose? > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Gökhan |