Re: [Matplotlib-users] aligning multiple legends

2010-09-06 Thread Jae-Joon Lee
On Tue, Sep 7, 2010 at 11:04 AM, Paul Ivanov wrote: > Is this a reasonable way of achieving the desired result? > Yes. You may take a look at the legend guide. http://matplotlib.sourceforge.net/users/legend_guide.html For your original question, it is not possible to do that with the current le

Re: [Matplotlib-users] aligning multiple legends

2010-09-06 Thread Paul Ivanov
Paul Ivanov, on 2010-09-06 18:01, wrote: > I want to have two legends (from different axes) positioned right up > against on another. > > Here's a static example, except I want the second legend to be defined > relative to the first (if leg is moved, I want leg2 to move as well). I > can't seem to

[Matplotlib-users] aligning multiple legends

2010-09-06 Thread Paul Ivanov
I want to have two legends (from different axes) positioned right up against on another. Here's a static example, except I want the second legend to be defined relative to the first (if leg is moved, I want leg2 to move as well). I can't seem to figure out the proper bbox_to_anchor and bbox_transf

[Matplotlib-users] Updating legends in dynamic plot

2010-09-06 Thread G Jones
Hello, I have a Qt4 application with dynamic embedded matplotlib plotting. The application allows the user to add and remove lines from the plot. This all works well, but I have found that updating the legend is causing a memory leak. What is the proper way to update the legend in an animated/dynam

Re: [Matplotlib-users] DreamPie (a new Python shell) and matplotlib

2010-09-06 Thread Noam Yorav-Raphael
On Mon, Sep 6, 2010 at 3:28 PM, Michele De Stefano wrote: > I think the answer is yes (at least for me). A behavior like the one > of ipyhton is fine. Thanks for the answer. If anyone agrees or disagrees, I would like to know. > > Eric, is DreamPie able to run parallel jobs like IPython or not ?

Re: [Matplotlib-users] legend: changing the text colour

2010-09-06 Thread karianne
Thank you, JJ, this solves my problems. I have one question to your reply: Jae-Joon Lee wrote: > > col, leg = "b", "test" > errorbar([1,2,3], [1,2,1],xerr=[0.1, 0.1, 0.1], yerr=[0.1, 0.1, 0.1], > fmt='.',color=col) > l2, = plot([],[], "+", color=col) > l2.remove() # remove from the axe

Re: [Matplotlib-users] legend: changing the text colour

2010-09-06 Thread karianne
Thank you, JJ, this solves my problems. I have one question to your reply: Jae-Joon Lee wrote: > > col, leg = "b", "test" > errorbar([1,2,3], [1,2,1],xerr=[0.1, 0.1, 0.1], yerr=[0.1, 0.1, 0.1], > fmt='.',color=col) > l2, = plot([],[], "+", color=col) > l2.remove() # remove from the axe

Re: [Matplotlib-users] DreamPie (a new Python shell) and matplotlib

2010-09-06 Thread Michele De Stefano
I think the answer is yes (at least for me). A behavior like the one of ipyhton is fine. Eric, is DreamPie able to run parallel jobs like IPython or not ? If not, are you thinking to support a behavior like that ? I think it is very useful for trying to run parallel jobs interactively, most of al

Re: [Matplotlib-users] DreamPie (a new Python shell) and matplotlib

2010-09-06 Thread Noam Yorav-Raphael
The intended audience of IPython and DreamPie is, I think, quite similar. Perhaps DreamPie is more suitable for less computer-savvy people, as it is a GUI application and not a terminal-based one. I've seen that "ipython --pylab" goes to interactive mode by default, and has a %run command which ru