Open bitnom opened 6 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
!pip install mpl_finance replace the matplolib.finance import line by this one : import mpl_finance as mpf
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)