On Tue, May 19, 2009 at 2:33 PM, David Anderson <zerty.da...@gmail.com> wrote:
> Nice, and thanks, I'm making the charts just to my own purposes, and hopelly
> use it as my Graduation ending job (I don't know ow to say this in english,
> basically is the app that you deliver before getting the degree), and I wish
> to improve the api, by now this is the best api to plot financial charts in
> python, do you know any better? I Want to make something like the
> www.advfn.com, but leave to the user to add it's own studies. I am
> brazilian, and yahoo finances don't give historical quotes for my country,
> I'll have to adapt to get the quotes from a bunch of csv files. Can you
> suggest anything to me? =) Thanks!

I don't know a better package for plotting financial data -- mpl works
just fine.  It's just that the API for the matplotlib.finance module
could be better.  I would prefer something designed around record
arrays with attrs 'date', 'open', 'high', 'low', 'close', 'volume'.

Take a look at the examples I pointed you to - some of them make
financial graphs w/o using the finance module.

As for CSV files, take a look at matplotlib.mlab.csv2rec (see also the
examples at)

http://matplotlib.sourceforge.net/search.html?q=codex+csv2rec

JDH

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to