[Matplotlib-users] EuroScipy Reminder: call for abstracts closes in 4 days

2014-04-09 Thread Nelle Varoquaux
Hello everyone, Just a quick reminder that the EuroScipy call for abstracts closes on the 14th: don't forget to submit your talk proposal! It is in four days only! In short, EuroScipy is a cross-disciplinary gathering focused on the use and development of the Python language in scientific researc

[Matplotlib-users] animate marker moving across plot

2014-04-09 Thread Michael Mossey
I want to plot audio data (samples versus time), and then animate a marker moving across the plot while the audio is played back. The marker should stay in sync with the audio data that is being played at that moment. Is there a way to do this using the animation capabilities of matplotlib? If I c

Re: [Matplotlib-users] Variable size markers legend formatting

2014-04-09 Thread Adam Hughes
Thanks Paul, I will try it out. On Wed, Apr 9, 2014 at 12:21 PM, Paul Hobson wrote: > > > > On Wed, Apr 9, 2014 at 9:00 AM, Adam Hughes wrote: > >> Thanks. That's probably the way I'll go. At first, I thought creating >> separate legend markers and removing them from the plot seemed hacky, bu

Re: [Matplotlib-users] Variable size markers legend formatting

2014-04-09 Thread Paul Hobson
On Wed, Apr 9, 2014 at 9:00 AM, Adam Hughes wrote: > Thanks. That's probably the way I'll go. At first, I thought creating > separate legend markers and removing them from the plot seemed hacky, but I > guess there's no way that matplotlib could know which legend size I want. > I wonder if the

Re: [Matplotlib-users] Variable size markers legend formatting

2014-04-09 Thread Adam Hughes
Thanks. That's probably the way I'll go. At first, I thought creating separate legend markers and removing them from the plot seemed hacky, but I guess there's no way that matplotlib could know which legend size I want. I wonder if there'd be any interest in a PR to add a keyword to legend to ha