[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 research. This event
strives to bring together both users and developers of scientific tools, as
well as academic research and state of the art industry.

EuroSciPy 2014, the Seventh Annual Conference on Python in Science, takes
place in *Cambridge, UK on 27 - 30 August 2014*. The conference features
two days of tutorials followed by two days of scientific talks. The day
after the main conference, developer sprints will be organized on projects
of interest to attendees.

The topics presented at EuroSciPy are very diverse, with a focus on
advanced software engineering and original uses of Python and its
scientific libraries, either in theoretical or experimental research, from
both academia and the industry. The program includes keynotes, contributed
talks and posters.

Submissions for talks and posters are welcome on our website (
http://www.euroscipy.org/2014/). In your abstract, please provide details
on what Python tools are being employed, and how. The deadline for
submission is 14 April 2014.

Also until 14 April 2014, you can apply for a sprint session on 31 August
2014. See https://www.euroscipy.org/2014/calls/sprints/ for details.

Thanks,

N
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[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
could sync the movement of the market with an accurate timer (like a QTimer
in Qt) it should be good enough.

Mike
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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, 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
>> handle this situation?
>>
>
> Why not just work the other way around with proxy artists. IOW, make the
> artists but never add them to the plot.
>
>
> http://matplotlib.org/users/legend_guide.html?highlight=proxy%20artists#using-proxy-artist
> (works with Line2D artists)
>
> -p
>
>
>
>>
>> On Wed, Apr 9, 2014 at 1:44 AM, Sterling Smith wrote:
>>
>>> Adam,
>>>
>>> I haven't investigated, but does the discussion of the legend marker at
>>> [1] help?
>>>
>>> -Sterling
>>>
>>> [1]
>>> https://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg25200.html
>>>
>>> On Apr 8, 2014, at 3:44PM, Adam Hughes wrote:
>>>
>>> > Hello,
>>> >
>>> > I've been searching but can't seem to find this topic addressed
>>> (perhaps wrong search terms)
>>> >
>>> > Simply put, I have a scatter plot with variable size markers, and I'd
>>> like to have the markers all be a single size in the legend.  Is there a
>>> standard way to do this?
>>> >
>>> > Thanks.
>>> >
>>> --
>>> > Put Bad Developers to Shame
>>> > Dominate Development with Jenkins Continuous Integration
>>> > Continuously Automate Build, Test & Deployment
>>> > Start a new project now. Try Jenkins in the cloud.
>>> >
>>> http://p.sf.net/sfu/13600_Cloudbees___
>>> > Matplotlib-users mailing list
>>> > Matplotlib-users@lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>>
>>>
>>
>>
>> --
>> Put Bad Developers to Shame
>> Dominate Development with Jenkins Continuous Integration
>> Continuously Automate Build, Test & Deployment
>> Start a new project now. Try Jenkins in the cloud.
>> http://p.sf.net/sfu/13600_Cloudbees
>> ___
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>>
>
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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 there'd be any interest in a PR to add a keyword to legend to
> handle this situation?
>

Why not just work the other way around with proxy artists. IOW, make the
artists but never add them to the plot.

http://matplotlib.org/users/legend_guide.html?highlight=proxy%20artists#using-proxy-artist
(works with Line2D artists)

-p



>
> On Wed, Apr 9, 2014 at 1:44 AM, Sterling Smith wrote:
>
>> Adam,
>>
>> I haven't investigated, but does the discussion of the legend marker at
>> [1] help?
>>
>> -Sterling
>>
>> [1]
>> https://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg25200.html
>>
>> On Apr 8, 2014, at 3:44PM, Adam Hughes wrote:
>>
>> > Hello,
>> >
>> > I've been searching but can't seem to find this topic addressed
>> (perhaps wrong search terms)
>> >
>> > Simply put, I have a scatter plot with variable size markers, and I'd
>> like to have the markers all be a single size in the legend.  Is there a
>> standard way to do this?
>> >
>> > Thanks.
>> >
>> --
>> > Put Bad Developers to Shame
>> > Dominate Development with Jenkins Continuous Integration
>> > Continuously Automate Build, Test & Deployment
>> > Start a new project now. Try Jenkins in the cloud.
>> >
>> http://p.sf.net/sfu/13600_Cloudbees___
>> > Matplotlib-users mailing list
>> > Matplotlib-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>>
>
>
> --
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> ___
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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
handle this situation?


On Wed, Apr 9, 2014 at 1:44 AM, Sterling Smith wrote:

> Adam,
>
> I haven't investigated, but does the discussion of the legend marker at
> [1] help?
>
> -Sterling
>
> [1]
> https://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg25200.html
>
> On Apr 8, 2014, at 3:44PM, Adam Hughes wrote:
>
> > Hello,
> >
> > I've been searching but can't seem to find this topic addressed (perhaps
> wrong search terms)
> >
> > Simply put, I have a scatter plot with variable size markers, and I'd
> like to have the markers all be a single size in the legend.  Is there a
> standard way to do this?
> >
> > Thanks.
> >
> --
> > Put Bad Developers to Shame
> > Dominate Development with Jenkins Continuous Integration
> > Continuously Automate Build, Test & Deployment
> > Start a new project now. Try Jenkins in the cloud.
> >
> http://p.sf.net/sfu/13600_Cloudbees___
> > Matplotlib-users mailing list
> > Matplotlib-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users