Revision: 4529
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4529&view=rev
Author:   jswhit
Date:     2007-11-30 09:39:05 -0800 (Fri, 30 Nov 2007)

Log Message:
-----------
make plot smaller so it fits onscreen

Modified Paths:
--------------
    trunk/toolkits/basemap/examples/setwh.py

Modified: trunk/toolkits/basemap/examples/setwh.py
===================================================================
--- trunk/toolkits/basemap/examples/setwh.py    2007-11-30 17:32:59 UTC (rev 
4528)
+++ trunk/toolkits/basemap/examples/setwh.py    2007-11-30 17:39:05 UTC (rev 
4529)
@@ -17,7 +17,7 @@
 npanel = 0
 # plots of the US.
 projs = ['lcc','aeqd','aea','laea','eqdc','stere']
-fig = figure(figsize=(8,12))
+fig = figure(figsize=(7,7))
 for proj in projs:
     m = Basemap(width=width,height=height,
                 resolution='c',projection=proj,\


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to