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
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
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
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
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
>
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
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