[Matplotlib-users] Can matplotlib generate charts like this?

2009-09-10 Thread Erik Wickstrom
Hi all, Can matplotlib (or any other Python charting library) generate charts like this: (also attached if you prefer) http://imagebin.ca/view/iGhEQEE.html It's basically a moving average with the vertical lines being the difference between the average and the actual data point. Can anyone

Re: [Matplotlib-users] Can matplotlib generate charts like this?

2009-09-10 Thread Armin Moser
Erik Wickstrom schrieb: Hi all, Can matplotlib (or any other Python charting library) generate charts like this: (also attached if you prefer) Here is a demo-script. The second way is inspired by matlab. Can this be done more easily in python? Can X and Y be built more elegantly with numpy?

Re: [Matplotlib-users] Can matplotlib generate charts like this?

2009-09-10 Thread jason-sage
Erik Wickstrom wrote: Hi all, Can matplotlib (or any other Python charting library) generate charts like this: (also attached if you prefer) http://imagebin.ca/view/iGhEQEE.html It's basically a moving average with the vertical lines being the difference between the average and the actual

Re: [Matplotlib-users] Can matplotlib generate charts like this?

2009-09-10 Thread Eric Firing
Erik Wickstrom wrote: Hi all, Can matplotlib (or any other Python charting library) generate charts like this: (also attached if you prefer) http://imagebin.ca/view/iGhEQEE.html It's basically a moving average with the vertical lines being the difference between the average and the