##// END OF EJS Templates
Merge pull request #2386 from jenshnielsen/figurecanvas...
Merge pull request #2386 from jenshnielsen/figurecanvas Adapt inline backend to changes in matplotlib: as of mpl 1.2, a backend *must* supply a FigureCanvas object. For the inline backend, we can simply use mpl's own FigureCanvasAgg.

File last commit:

r2460:e8303d57
r8406:37c1fa54 merge
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')