|
From: <js...@us...> - 2011-02-08 13:01:52
|
Revision: 8960
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8960&view=rev
Author: jswhit
Date: 2011-02-08 13:01:46 +0000 (Tue, 08 Feb 2011)
Log Message:
-----------
add new examples from Tom Loredo
Modified Paths:
--------------
trunk/toolkits/basemap/MANIFEST.in
trunk/toolkits/basemap/README
trunk/toolkits/basemap/examples/README
Modified: trunk/toolkits/basemap/MANIFEST.in
===================================================================
--- trunk/toolkits/basemap/MANIFEST.in 2011-02-08 12:58:49 UTC (rev 8959)
+++ trunk/toolkits/basemap/MANIFEST.in 2011-02-08 13:01:46 UTC (rev 8960)
@@ -12,6 +12,8 @@
include setupegg.py
include nad2bin.c
include src/*
+include examples/allskymap.py
+include examples/allskymap_cr_example.py
include examples/plothighsandlows.py
include examples/save_background.py
include examples/embedding_map_in_wx.py
Modified: trunk/toolkits/basemap/README
===================================================================
--- trunk/toolkits/basemap/README 2011-02-08 12:58:49 UTC (rev 8959)
+++ trunk/toolkits/basemap/README 2011-02-08 13:01:46 UTC (rev 8960)
@@ -142,5 +142,6 @@
Christoph Gohlke
Eric Bruning
Stephane Raynaud
+Tom Loredo
for valuable contributions.
Modified: trunk/toolkits/basemap/examples/README
===================================================================
--- trunk/toolkits/basemap/examples/README 2011-02-08 12:58:49 UTC (rev 8959)
+++ trunk/toolkits/basemap/examples/README 2011-02-08 13:01:46 UTC (rev 8960)
@@ -1,5 +1,8 @@
Basemap example scripts
+allskymap_cr_example.py is an all-sky plot that uses the module allskymap.py
+to make sky maps used in astronomy.
+
simpletest.py is the simple example given in the Basemap docstrings.
simpletest_oo.py is the same example, but using the "OO" interface (does
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|