reiinakano / scikit-plot

An intuitive library to add plotting functionality to scikit-learn objects.
MIT License
2.43k stars 284 forks source link

matplotlib deprecation warning #82

Closed foo123 closed 6 years ago

foo123 commented 6 years ago

Hello I have installed scikitplot (version 0.3.1) from pip and get the following warning when I plot a confusion matrix plot

C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\matplotlib\cbook\deprecation.py:106: MatplotlibDeprecationWarning: The spectral and spectral_r colormap was deprecated in version 2.0. Use nipy_spectral and nipy_spectral_r instead.
  warnings.warn(message, mplDeprecation, stacklevel=1)

Cheers, Nikos

reiinakano commented 6 years ago

Use the latest scikit-plot version