dwavesystems / demos

WARNING: This repo is obsolete. For D-Wave Ocean code examples, go to the `dwave-examples` GitHub account.
https://github.com/dwave-examples
Apache License 2.0
37 stars 36 forks source link

Matplotlib backend for Map Coloring #125

Open m3ller opened 4 years ago

m3ller commented 4 years ago

Description Matplotlib backend is not explicitly called out when running map-coloring. Hence the following error may appear:

import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter

Not installing tkinter because afaik, it's not pip-installable.