On Wednesday 23 January 2008 14:57:26 Jim Vickroy wrote:
> Hello users,
>
> I'm using matplotlib.toolkits.basemap.Basemap to plot data on several
> types of projections at a regular cadence.  I am presently regenerating
> the maps each time new data is to be plotted.  Is it possible to
> generate template map projections once (at startup) and reuse them each
> time new data is to be plotted?  If so, could someone point to a
> reference or example of how to do this?

You could try to pickle the basemap instance, that should save you some 
initialization time. Then, it's just a matter of replotting.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to