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
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
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
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
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 ?
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
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
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
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