Top "Canopy" questions

A Python-based tool for desktop application analysis and distribution of Python.

How should I pass a matplotlib object through a function; as Axis, Axes or Figure?

Sorry in advance if this is a little long winded but if I cut it down too much the problem …

python matplotlib pandas histogram canopy
Python file open() in Enthought Canopy fails with: "IOError No such file or directory"

I'm running code under Enthought Canopy to open and read a file. It keeps telling me IOError. But I am …

python file-io enthought canopy working-directory
Matplotlib fonts in Enthought Canopy

I am using the matplotlib library inside Canopy, and the specific function is xkcd(). This function uses a specific font …

matplotlib ipython canopy
Save the "Out[]" table of a pandas dataframe as a figure

This may seem to be a useless feature but it would be very helpful for me. I would like to …

python matplotlib pandas ipython canopy
No plot window shows up with matplotlib.pyplot run with Enthought Canopy python editor on Mac OS X 10.8.5 (Mountain Lion)

I've installed Enthought Canopy 64-bit onto my Mac OS X v10.8.5 (Mountain Lion), and within the Canopy command-line I can …

python matplotlib plot enthought canopy
ImportError: No module named site VIM and Enthought canopy

I was using vim and python perfectly fine till I upgrade to Maverick. Now I have a similar issue as …

python vim enthought canopy
OLS Breusch Pagan test in Python

I used the statsmodels package to estimate my OLS regression. Now I want Breusch Pagan test. I used the pysal …

python statistics canopy pysal
Can't upgrade matplotlib in Ubuntu 12.04 with Canopy installed

I'm trying to upgrade matplotlib in Ubuntu 12.04. When I run the command: sudo pip install --upgrade matplotlib I get this …

python matplotlib upgrade enthought canopy
Memory Error at Python while converting to array

My code is shown below: from sklearn.datasets import load_svmlight_files import numpy as np perm1 =np.random.permutation(25000) …

python python-2.7 numpy scikit-learn canopy
No module named os.path : wrong Python being called by bash

OS: CentOS 6.6 Python 2.7 So, I've (re)installed Canopy after it suddenly stopped working after an abrupt shutdown. It worked fine …

python-2.7 path centos6 canopy