Discussion:
Candlestick plot
w***@public.gmane.org
2014-02-27 10:39:43 UTC
Permalink
Hello,


I'm looking for candlestick plot using guiqwt
Is there any work about that ?

Some examples with Matplotlib
http://matplotlib.org/examples/pylab_examples/finance_demo.html
https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/finance.py

For testing we can get Yahoo Finance data using Pandas

import pandas as pd
aapl = pd.io.data.get_data_yahoo('AAPL', start=datetime.datetime(2006, 10,
1), end=datetime.datetime(2012, 1, 1))

Kind regards


WFC
--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...