Re: [Matplotlib-users] Interative legend manipulation?

2014-01-08 Thread Pierre Haessig
Le 07/01/2014 17:51, Paul Hobson a écrit : I believe (as of v1.3.1) that after you create the legend you call leg.draggable(True) I had never heard of that nice possibility! Would it make sense to add a few lines to the Legend Guide/Legend location ?

[Matplotlib-users] don't understand interactive mode

2014-01-08 Thread Neal Becker
I am trying to update a figure in a loop: import matplotlib.pyplot as plt plt.ion() plt.figure (1) def c2r (z): return z.real, z.imag plt.hexbin (*c2r (run_ofdm (xconst_pred)[:opt.used]), mincnt=1) plt.draw() But no figure appears on the screen. What am I

[Matplotlib-users] Matplotlib interactive shortcuts?

2014-01-08 Thread Skip Montanaro
I'm happy with the draggable legends, but I have a problem. It seems there are three pointer modes, the initial mode (updates x, y as you move the mouse), zoom rectangle mode, and pan/zoom mode. Once I enter either of those modes, I can't see how to get back to the original mode. I found this

Re: [Matplotlib-users] Matplotlib interactive shortcuts?

2014-01-08 Thread Skip Montanaro
Apologies. Gmail (or my fingers) were acting up... On Wed, Jan 8, 2014 at 3:39 PM, Skip Montanaro s...@pobox.com wrote: I'm happy with the draggable legends, but I have a problem. It seems there are three pointer modes, the initial mode (updates x, y as you move the mouse), zoom rectangle

Re: [Matplotlib-users] Matplotlib interactive shortcuts?

2014-01-08 Thread Eric Firing
On 2014/01/08 11:40 AM, Skip Montanaro wrote: Apologies. Gmail (or my fingers) were acting up... On Wed, Jan 8, 2014 at 3:39 PM, Skip Montanaro s...@pobox.com wrote: I'm happy with the draggable legends, but I have a problem. It seems there are three pointer modes, the initial mode (updates

Re: [Matplotlib-users] don't understand interactive mode

2014-01-08 Thread rhodeshart
Hi I don't have a satisfactory answer, but have found I needed two draw() commands to get screen output. I dont understand why. Cheers Rhodes -- View this message in context: http://matplotlib.1069221.n5.nabble.com/don-t-understand-interactive-mode-tp42686p42691.html Sent from the