Re: [Matplotlib-users] Hovemuller Diagram

2013-07-11 Thread Sudheer Joseph
Thank you Signell,    I was looking for better looking labels as well as a solution with in matplotlib without needing to install additional packages. I had some trouble with some libraries while trying to install iris. I was wondering if it is possible with in matplotlib wit

Re: [Matplotlib-users] Dynamically change X time format while zooming plot?

2013-07-11 Thread Skip Montanaro
> I have a small matplotlib app I wrote to plot columns of a CSV files. > The X axis is almost always time. Once displayed, I will often zoom in > on a small patch of a plot. I'm currently selecting the strftime > format based on the original time range of the input. As I zoom in, > however, that

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

2013-07-11 Thread psb1967
Hi Bill, Made an important move, after a log jam for quite some. I spent some time exploring *TA-LIB for python*. Today I tested plotting Bollinger bands, SMA, WMA etc on my 5 min. intraday hist. chart. It was not bad. The most important one, *Hull Moving Average (HMA)* which is back bone to my

Re: [Matplotlib-users] Hovemuller Diagram

2013-07-11 Thread Signell, Richard
http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph wrote: > Dear All, > Is there a straight forward way to get > Hovemuller diagram or longitude/latitude vs time plot using matplotlib. > If possible please send me so

[Matplotlib-users] Hovemuller Diagram

2013-07-11 Thread Sudheer Joseph
Dear All, Is there a straight forward way to get Hovemuller diagram or longitude/latitude vs time plot using matplotlib. If possible please send me some examples if any one know it existing in web with best regards, Sudheer   ***