Re: [Matplotlib-users] legend not draggable when secondary y-axis present

2012-02-05 Thread Jae-Joon Lee
For the legend to be picked by mouse, it must be placed in the top most axes.

ax = subplot(111)
l1, = ax.plot([1,3,2])
ax2 = ax.twinx()
lab = ax2.legend([l1], [test])

I hope this clarifies your issue.
If not, please post a simple but complete example that demonstrates
your problem.

Regards,

-JJ



On Wed, Jan 18, 2012 at 12:53 AM, German Salazar salger...@gmail.com wrote:
 Any ideas?

 Also, as in the example here, the legend seems to be behind the quantity
 being plotted against the one of the secondary y-axisdoes this have
 anything to do with that?...it is that maybe the legend is draggable but I
 am not getting to it?

 gsal


 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] legend not draggable when secondary y-axis present

2012-02-05 Thread gsal

Yeap, that did the trick.

Thanks.
-- 
View this message in context: 
http://old.nabble.com/legend-not-draggable-when-secondary-y-axis-present-tp33163397p33266687.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] legend not draggable when secondary y-axis present

2012-01-18 Thread German Salazar
Any ideas?

Also, as in the example
herehttp://matplotlib.sourceforge.net/examples/pylab_examples/multiple_yaxis_with_spines.html,
the legend seems to be behind the quantity being plotted against the one of
the secondary y-axisdoes this have anything to do with that?...it is
that maybe the legend is draggable but I am not getting to it?

gsal
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] legend not draggable when secondary y-axis present

2012-01-18 Thread gsal

Any ideas?

Also, as in the example 
http://matplotlib.sourceforge.net/examples/pylab_examples/multiple_yaxis_with_spines.html
here , the legend seems to be behind the quantity being plotted against the
one of the secondary y-axisdoes this have anything to do with that?...it
is that maybe the legend is draggable but I am not getting to it?

gsal
-- 
View this message in context: 
http://old.nabble.com/legend-not-draggable-when-secondary-y-axis-present-tp33162008p33162008.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users