|
From: John H. <jdh...@ac...> - 2005-01-15 22:38:13
|
>>>>> "Carol" == Carol Leger <car...@sr...> writes:
Carol> This is how I modified poormans_contour.py:
It's a bug; in the matplotlib/pylab.py function "colorbar", replace
the line that reads
N = 200
with
N = cmap.N
No need to tweak the clim....
Should cure what ails ya,
JDH
|