Re: [Matplotlib-users] Bring the legend to the front of a plot

2010-09-27 Thread Aman Thakral
Hi, I've managed to fix it. It was a very simple solution. The axes are added in sequential, so I just used the latest axes to be added as the basis for the legend. I've attached a modification of a matplotlib example (multiple_y_axis_with_splines.py) to show the behavior. Perhaps the example

Re: [Matplotlib-users] Bring the legend to the front of a plot

2010-09-26 Thread Jae-Joon Lee
Please post a sample script (short but complete) that demonstrates your problem. Regards, -JJ On Sat, Sep 25, 2010 at 12:41 AM, Aman Thakral wrote: > Hi all, > I'm using a draggable legend (class, not function) with axes splines. > Whenever I plot the legend using the host axes, the legend app

[Matplotlib-users] Bring the legend to the front of a plot

2010-09-24 Thread Aman Thakral
Hi all, I'm using a draggable legend (class, not function) with axes splines. Whenever I plot the legend using the host axes, the legend appears to behind all of the lines. I want the user to be able to drag the legend but I cannot select it when its inside the axes. If I move it outside the axes