Closed Chrisebell24 closed 2 years ago
After matplotlib.finance is deprecated can no longer use after a pip install
Anything on this? Think we are getting the same error.
+1 also Yahoo finance API got cancelled doesnt it?
@Chrisebell24 In chart.py change import matplotlib.finance as fplt to import mplfinance as fplt.
import matplotlib.finance as fplt
import mplfinance as fplt
After matplotlib.finance is deprecated can no longer use after a pip install