You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
Pandas 0.19.1 will throw an exception if the matplotlib version is 1.4.0
see: pandas/tools/plotting.py
--> 139 return (matplotlib.version >= LooseVersion('1.5') or
140 matplotlib.version[0] == '0')
141 except ImportError:
The text was updated successfully, but these errors were encountered: