From: John H. <jd...@gm...> - 2009-05-19 19:21:53
|
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 |