Re: [Matplotlib-users] embeding basemap in Tk

2009-08-20 Thread marc desmarais
, CA, 90814 --- On Wed, 8/19/09, marc desmarais mdesm2...@yahoo.com wrote: From: marc desmarais mdesm2...@yahoo.com Subject: embeding basemap in Tk To: matplotlib-users@lists.sourceforge.net Date: Wednesday, August 19, 2009, 9:33 PM How do I embed basemap in Tk?  I tried following the matplotlib

[Matplotlib-users] embeding basemap in Tk

2009-08-19 Thread marc desmarais
How do I embed basemap in Tk?  I tried following the matplotlib example. But the following does not work (the earth does not appear): import matplotlib matplotlib.use('TkAgg') from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg, NavigationToolbar2TkAgg from matplotlib.figure