Closed LeonardoLed closed 6 years ago
Looks like your matplotlib
version is either outdated or does not yet supply the latest colormaps. You can try uninstalling and reinstalling matplotlib like this:
pip uninstall matplotlib
pip install matplotlib
(might require sudo
or alternatively use the --user
parameter). Instead, you can also try upgrading your existing installation:
pip install --upgrade matplotlib
Thanks a lot
Hi there, I executed TADtool in MAC OS and it showed this message:
how can I solve this problem?
Thanks