Been struggling to resolve this for most of the day, hoping someone can assist...
I'm running python 2.7, have installed matplotlib but when attempting to get started and import pylab I receive errors saying that no module is found, even when there is clearly a pylab module in the matplotlib directory and we're using:
from matplotlib.pylab import *
Any ideas?
import matplotlibwork? Doesimport matplotlib.pylabwork? – Seth Johnson Sep 18 '11 at 0:13