matplotlib에 대한 업그레이드가 필요한 것으로 보여진다.
이에 대한 솔루션은 크게 5개로 직접 업그레이드를 하는 방법과 간접적으로 문제를 회피할 수 있는 방법으로 나뉜다.
conda upgrade matplotlib
or
pip install --upgrade matplotlib
conda install -c conda-forge matplotlib
pip uninstall matplotlib
이후
pip install matplotlib
설치