|
From: andres l. <and...@gm...> - 2010-11-11 13:00:01
|
Thanks, it really works with QT4Agg! Still, I think it would be better, if it worked with default GTKAgg as well. But my understanging of the whole matplotlib code is probably too general to submit a bug report somewhere. Regards, Andres On 11.11.2010 14:12, Scott Sinclair wrote: > Your script works fine for me, using the Qt4Agg backend (see > http://imgur.com/bCPfy.png) > > You can determine which backend and Matplotlib/Basemap versions are > being used on your computer if you include the following in your > script: > > import matplotlib as mpl > from mpl_toolkits import basemap > > print mpl.get_backend() > print mpl.__version__ > print basemap.__version__ > > Cheers, > Scott > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |