Hi all,
Changing the linewidth parameter in the bar chart function doesn't
seem to change the error bar width. E.g.
V = (.5,1.)
e = (.2,.3)
bar((0,1), V, yerr=e, linewidth=3,ecolor='k',edgecolor='k')
Produces thick lines around the bars, but thin error bars.
It's possible to get around this by
Hi all,
I have just migrated from Matlab to Scipy. Matplotlib has been great so far.
However, I have some trouble getting imshow to behave like Matlab's image
function.
If you do image(eye(8)) in matlab, you get this:
http://www.flickr.com/photos/phineasgage/3746211714/
If you do imshow(eye(8))