Fehlerinhalt:
from matplotlib.backends import _macosx RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information.
Es scheint ein Backend-Problem zu geben, also werde ich es neu schreiben.
$ python -c "import matplotlib;print(matplotlib.matplotlib_fname())"
/anaconda/envs/py3.5/lib/python3.5/site-packages/matplotlib/mpl-data/matplotlibrc
Da Sie den Speicherort wie angeben können, verschieben Sie ihn mit dem Finder.
Es gibt eine Datei namens matplotlibrc. Öffnen Sie sie daher mit einem Texteditor und öffnen Sie sie.
backend : macosx
Wenn Sie das Teil identifizieren können, in dem es beschrieben wurde, schreiben Sie es wie folgt um und vervollständigen Sie es.
backend : Tkagg