Hi all,
I'm making multiple semilogy histograms, which for now are on separate
figures and not in subplots. Here's something patched together:
def makehistogram(data,strtitle, filename):
fig = Figure()
pylab.hold(False)
pylab.semilogy(base=10)
n, bins, patches = pylab.hist(data, 50
Hi all,
Here's what I get:
File "F:\demo.py", line 34, in
from matplotlib.toolkits.basemap import Basemap
ImportError: No module named toolkits.basemap
I'm on a brand new python 2.6 install on windows. I then installed numpy 1.3
for 2.6, matplotlib .99.1 for 2.6, then basemap .99.4 for 2.6,