From: Curtis C. <cu...@hi...> - 2004-09-28 20:06:07
|
I reported this bug July 19 for an earlier version of Matplotlib, but it is still relevent through Matplotlib v. 0.62-4: > I have been using the colorbar() method along with pcolor to make image > plots of data. Normally, the colorbar legend is correct. However, when > the range of numbers to plot is less than 1, such as 10^-3 - 2*10^-3, the > colorbar labels just show up as 0.0 on the top and bottom. The key will be to get the tickfmt option into the colorbar() function working properly. Cheers, Curtis |