I’m running Ubuntu 10.04.3 LTS, Python 2.6.5, Matplotlib 0.99.1.2-3ubuntu1,
I try to import GridSpec module http://matplotlib.sourceforge.net/users/gridspec.html but I can not find a way to import it, install it or download it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ISTM the simplest solution is simply to upgrade your version of matplotlib. gridspec was added to mainline back in May 2010, but 0.99.1 dates to
fall 2009. It was never really a separate module– looks like it was folded into the base less than a week after it was announced with a mpl_toolkits location.