co3k / co3k-crypto-currency-note

27 stars 7 forks source link

Finance Module Deprecated #1

Open bitnom opened 6 years ago

bitnom commented 6 years ago

The code here: https://github.com/co3k/co3k-crypto-currency-note/blob/master/Untitled.ipynb has been deprecated. Error:

MatplotlibDeprecationWarning: The finance module has been deprecated in mpl 2.0 and will be removed in mpl 2.2. Please use the module mpl_finance instead. warnings.warn(message, mplDeprecation, stacklevel=1)

DaKingof commented 5 years ago

I'm running into issues like this over and over. This is frustrating being a noob and running into all this code that doesn't work, lol. Glad there are these repos still here regardless. Did you find a fix? I'm working on a trading strategy bot and I need to plot lol

ltixier2 commented 5 years ago

!pip install mpl_finance replace the matplolib.finance import line by this one : import mpl_finance as mpf