We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f896f4 commit 59de6e6Copy full SHA for 59de6e6
axelrod/plot.py
@@ -11,7 +11,11 @@
11
matplotlib_installed = False
12
except RuntimeError:
13
14
- warnings.warn('matplotlib does work with virtual environments on MacOS.')
+ warnings.warn(
15
+ 'Matplotlib failed to import and so no plots will be produced. This ' +
16
+ 'could be caused by using a virtual environment on OSX. See ' +
17
+ 'http://matplotlib.org/faq/virtualenv_faq.html for details.')
18
+
19
20
def default_cmap():
21
"""Sets a default matplotlib colormap based on the version."""
0 commit comments