Since matplotlib.finance has been deprecated, how can I use the new mpl_finance module?

前端 未结 9 633
孤街浪徒
孤街浪徒 2020-11-27 04:49

I am trying to import matplotlib.finance module in python so that I can make a Candlestick OCHL graph. My matplotlib.pyplot version is 2.00. I\'ve

9条回答
  •  爱一瞬间的悲伤
    2020-11-27 05:09

    Since mpl_finace is not on pip now, you may also want to use following command to install mpl_finance by pip:

    pip install https://github.com/matplotlib/mpl_finance/archive/master.zip

提交回复
热议问题