Re: [Matplotlib-users] [Enthought-Dev] EuroSciPy 2013

2013-04-30 Thread Thomas Lecocq
Just to stress the following: While the tutorial program is already online, the deadline for the call for abstracts just got extended to May 5, 2013. So there is still about a week to submit an interesting topic for a talk or a poster. You use Python for interesting scientific projects?

[Matplotlib-users] Fwd: Basemap plotting data on projection

2013-04-30 Thread Scott Sinclair
Forgot to send to the list sigh -- Forwarded message -- From: Scott Sinclair scott.sinclair...@gmail.com Date: 30 April 2013 13:20 Subject: Re: [Matplotlib-users] Basemap plotting data on projection To: ChaoYue chaoyue...@gmail.com On 29 April 2013 23:32, ChaoYue

[Matplotlib-users] Coordinate animated plot with Cursor widget

2013-04-30 Thread Nih Hin
Hello everyone, The problem I'm having can be seen by running the code at http://pastebin.com/inNtYQkH (it is 90 lines long, couldn't make it shorter in order to demonstrate almost everything I wanted, not including in the email since the indentation might get broken). I'm trying to replot a

[Matplotlib-users] black and hatched legend handle

2013-04-30 Thread mgurling
I'm trying to make a legend handle that is half black and half hatched. I've tried ... ... rpos1 = ax.bar(ind, pos1, width, color='k', label='+1') rneg1 = ax.bar(ind, neg1, width, color='w', hatch='///', label='-1') rpos2 = ax.bar(ind, pos2, width, color='w', label='+2') rneg2 = ax.bar(ind,

Re: [Matplotlib-users] timeseries forecast error?

2013-04-30 Thread Tim Michelsen
I would just use the fill_between method http://matplotlib.org/examples/pylab_examples/fill_between_demo.html?highlight=codex%20fill_between http://matplotlib.org/examples/pylab_examples/fill_between_demo..html?highlight=codex%20fill_between today I found this: