##// END OF EJS Templates
Reverted an unintended change in matplotlib backend.
Ahmet Bakan -
Show More
@@ -77,7 +77,7 from docutils.parsers.rst import directives
77 77 from docutils import nodes
78 78 from sphinx.util.compat import Directive
79 79
80 #matplotlib.use('Agg')
80 matplotlib.use('Agg')
81 81
82 82 # Our own
83 83 from IPython import Config, InteractiveShell
General Comments 0
You need to be logged in to leave comments. Login now