[cig-commits] r6402 - mc/3D/CitcomS/trunk/visual

tan2 at geodynamics.org tan2 at geodynamics.org
Mon Mar 26 11:11:02 PDT 2007


Author: tan2
Date: 2007-03-26 11:11:02 -0700 (Mon, 26 Mar 2007)
New Revision: 6402

Modified:
   mc/3D/CitcomS/trunk/visual/plot_layer.py
Log:
Changed the size of gmt plots to fit within the page

Modified: mc/3D/CitcomS/trunk/visual/plot_layer.py
===================================================================
--- mc/3D/CitcomS/trunk/visual/plot_layer.py	2007-03-26 18:10:41 UTC (rev 6401)
+++ mc/3D/CitcomS/trunk/visual/plot_layer.py	2007-03-26 18:11:02 UTC (rev 6402)
@@ -109,7 +109,7 @@
 #######################################################################
 
 ## width of the plot
-mapwidth = 8.0
+mapwidth = 6.0
 
 if caps == 1:
     ## find min/max of the coordinate
@@ -156,7 +156,7 @@
 
 makecpt -Cpolar -T0/1/.1 > %(cptfile)s
 
-grdimage %(grdfile)s -C%(cptfile)s -Bg90 -R%(bounds)s -J%(proj)s -X1.5 -Y5.0 -P -K > %(psfile)s
+grdimage %(grdfile)s -C%(cptfile)s -Bg90 -R%(bounds)s -J%(proj)s -X1 -Y2.0 -P -K > %(psfile)s
 
 pscoast -R%(bounds)s -J%(proj)s -Bg90 -W -Dc -K -O >> %(psfile)s
 



More information about the cig-commits mailing list