ImportError: cannot import name to_rgba when plotting heatmap

Issue #59 resolved
Thomas Gilgenast created an issue

when using lib5c>=0.5.4 and an older matplotlib (perhaps matplotlib<2.0.0) plotting a heatmap causes

ImportError: cannot import name to_rgba

which is simply due to an incorrect minimum version specification for matplotlib

setup.py should be modified to force a sufficiently recent version of matplotlib

Comments (4)

  1. Log in to comment