Description
In 2.0.0~rc2-1 (on debian testing under Python 2.7), either
from matplotlib.finance import quotes_historical_yahoo_ohlc as yahoo
or even just
import matplotlib.finance
prints the following deprecation warning:
MatplotlibDeprecationWarning: The finance module has been deprecated in mpl 2.0 and will be removed in mpl 2.2. Please use the matplotlib toolkit finance instead.
This is very unclear and I have no idea what I need to change. Googling matplotlib toolkit finance yields nothing useful. Googling finance toolkit site:matplotlib.org likewise gives nothing useful. Where is "matplotlib toolkit finance" and how is it different from "matplotlib.finance"? I can't seem to find any mention of the new module or how to use it. Please give a hint in the deprecation message so users know where to look to change their code.