marksweissma

Results 1 issues of marksweissma

Pandas 0.19.1 will throw an exception if the matplotlib version is 1.4.0 see: pandas/tools/plotting.py 137 try: 138 import matplotlib --> 139 return (matplotlib.__version__ >= LooseVersion('1.5') or 140 matplotlib.__version__[0] == '0')...