From 89728896a0aa64d7fa6d73316d6637d015bccbc6 2013-05-09 21:43:34 From: Ahmet Bakan <lordnapi@gmail.com> Date: 2013-05-09 21:43:34 Subject: [PATCH] Reverted an unintended change in matplotlib backend. --- diff --git a/docs/sphinxext/ipython_directive.py b/docs/sphinxext/ipython_directive.py index bce5d92..c253448 100644 --- a/docs/sphinxext/ipython_directive.py +++ b/docs/sphinxext/ipython_directive.py @@ -77,7 +77,7 @@ from docutils.parsers.rst import directives from docutils import nodes from sphinx.util.compat import Directive -#matplotlib.use('Agg') +matplotlib.use('Agg') # Our own from IPython import Config, InteractiveShell