Re: basemap compile problem
>>>>> "Jeff" == Jeff Whitaker <jswhit@...> writes:
Jeff> John Hunter wrote:
Jeff> John: In the process of updating the proj4 source files to
Jeff> version 4.5.0, I've somehow munged the repository. Could
Jeff> you try revision 2836? If that works for you, I'll try to
Jeff> revert the repository.
Yes, this works.
But now I am getting a traceback with basemap + mpl svn in contour
with the attached file. I don't know if this is a bug in the example
code or in the contour module (it appears tcolors is not getting set
because the changed method is not being called, but I only looked at
it briefly)
matplotlib/htdocs/screenshots> python
plotmap.py
/usr/lib/python2.4/site-packages/matplotlib/figure.py:690:
DeprecationWarning: Old colorbar kwargs (tickfmt) found; using
colorbar_classic.
warnings.warn(msg, DeprecationWarning)
Traceback (most recent call last):
File "plotmap.py", line 36, in ?
colorbar(tickfmt='%d', cax=cax) # draw colorbar
File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line
342, in colorbar
ret = gcf().colorbar(mappable, cax = cax, **kw)
File "/usr/lib/python2.4/site-packages/matplotlib/figure.py", line
(Continue reading)