From: David A. <zer...@gm...> - 2009-05-19 19:34:03
|
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! On Tue, May 19, 2009 at 4:21 PM, John Hunter <jd...@gm...> wrote: > On Tue, May 19, 2009 at 2:09 PM, David Anderson <zer...@gm...> > wrote: > > In the documentation page there's no info about .finance, even looking on > > the search tool I couldn't find anything: > > > http://matplotlib.sourceforge.net/search.html?q=finance&check_keywords=yes&area=default > > > > About the code, I found it =) > > I wrote the finance module a long time ago to make some basic > financial charts, but I haven't updated it and I don't think it is the > best way to go. But when I wrote it I wasn't in the financial > industry and now I am so maybe my standards are higher :-) > > You can get help from matplotlib.finance -- we haven't uploaded all > the module docs to the site documentation yet because there are some > formatting issues with the docstrings nad we are doing them as we get > to them. In the meantime, use the ipython shell > > import matplotlib.finance > help matplotlib.finance > > Also, see the code examples > > http://matplotlib.sourceforge.net/search.html?q=finance+codex > > JDH > -- David Anderson Lino de Sousa Undergraduate in Computer Science - http://ccc.ufcg.edu.br/index.php/Main_Page Embedded Systems and Pervasive Computing Lab - http://embedded.ufcg.edu.br Systems and Computing Department - http://www.dsc.ufcg.edu.br Federal University of Campina Grande - http://www.ufcg.edu.br |