matplotlib.finance¶ A collection of functions for collecting, analyzing and plotting financial data. This module is deprecated in 2.0 and has been moved to a module called mpl_finance. matplotlib.finance.candlestick2_ochl(ax, opens, closes, highs, lows, width=4, colorup='k', colordown='r', alpha=0.75)¶ Represent the open, close as a bar line and high low range as a vertical line. Preserves the ori