this will plot S&p500 with minor xticks and grids at weekly frequency: import pandas.io.data as web ts = web.DataReader("^GSPC", "yahoo", start=dt.date( ...
確定! 回上一頁