Re: [Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-07-01 Thread psb1967
William Ray Wing wrote > On Jul 1, 2013, at 1:42 PM, psb1967 < > psb67@ > > wrote: > > > Suresh, I think the most likely reason no one has answered is that the > intersection of the set of matplotlib experts and the set of people who > know what Bollinger bands are is too close to zero. I'm a

[Matplotlib-users] In Memoriam, John D. Hunter III: 1968-2012

2013-07-01 Thread Fernando Perez
Hi all, after John's untimely passing we had a memorial service in Chicago, but only a few on these lists were able to attend. At last week's scipy conference I read a slightly edited version of the eulogy from that memorial service, and I figured some of you might be interested if you missed the

Re: [Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-07-01 Thread William Ray Wing
On Jul 1, 2013, at 1:42 PM, psb1967 wrote: > Hi Ben, > > > Benjamin Root-2 wrote >> On Sun, Jun 23, 2013 at 6:29 AM, psb1967 < > >> psb67@ > >> > wrote: >> >> >>> >> Since nobody has replied, I would suggest asking your question on the >> scipy >> users list, which is more geared towards i

Re: [Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-07-01 Thread psb1967
Hi Ben, Benjamin Root-2 wrote > On Sun, Jun 23, 2013 at 6:29 AM, psb1967 < > psb67@ > > wrote: > > >> > Since nobody has replied, I would suggest asking your question on the > scipy > users list, which is more geared towards implementation of various > algorithms. The matplotlib mailing list

Re: [Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-07-01 Thread Benjamin Root
On Sun, Jun 23, 2013 at 6:29 AM, psb1967 wrote: > Hi, > > I am new to programming and this is my first major work. > > I wish to add Bollinger Bands and Hull Moving Average(HMA) in > finance_work2.py. Need your guidance. > > Installation details: > > Windows 7 > Python 3.3.2 > Matplotlib 1.2.1 >

[Matplotlib-users] Reports from SciPy 2013

2013-07-01 Thread Michael Droettboom
SciPy 2013 was a great success. I didn't get good headcount at the matplotlib BOF, but it was a good number, and we had 15 participants at various points during the sprints. It was nice to see the diversity of experience with matplotlib at the sprints, and I hope we oldtimers were helpful to

[Matplotlib-users] bisecting triangulation

2013-07-01 Thread zetah
Hi, I have set of points in a plane and make triplot: subplot(121) plot(points[:,0], points[:,1], 'o') title('Set of points') subplot(122) triplot(points[:,0], points[:,1]) title('Triangulation') result: http://i.imgur.com/1LG4fxC.png Does anyone know how to extract just