How to fix mpl_finance package for MatPlotLib?

前端 未结 3 783
日久生厌
日久生厌 2020-12-19 18:56

Getting this error message:

MatplotlibDeprecationWarning: The finance module has been deprecated in mpl 2.0 and will be removed in mpl 2.2. Please use the modu

3条回答
  •  囚心锁ツ
    2020-12-19 19:32

    All code for matplotlib.finance moved to a separate repository. Here is an example of usage. To answer your question:

    from mpl_finance import candlestick_ohlc
    

提交回复
热议问题