[cig-commits] r15364 - short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs

brad at geodynamics.org brad at geodynamics.org
Fri Jun 19 17:24:47 PDT 2009


Author: brad
Date: 2009-06-19 17:24:46 -0700 (Fri, 19 Jun 2009)
New Revision: 15364

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py
Log:
Fixed plotting for presentation.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py	2009-06-20 00:18:14 UTC (rev 15363)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py	2009-06-20 00:24:46 UTC (rev 15364)
@@ -10,7 +10,7 @@
 # ======================================================================
 #
 
-plotSize = "manual"
+plotSize = "presentation"
 color = "lightbg"
 fileSuffix = "pdf"
 
@@ -44,9 +44,9 @@
       self.height = 5.75
       margins = [[0.90, 0, 0.05], [0.70, 0, 0.3]]
     elif plotSize == "presentation":
-      self.width = 4.0
+      self.width = 6.5
       self.height = 5.0
-      margins = [[0.7, 0, 0.05], [0.5, 0, 0.1]]
+      margins = [[0.75, 0, 0.15], [0.65, 0, 0.35]]
     elif plotSize == "manual":
       self.width = 4.5
       self.height = 3.5
@@ -101,8 +101,8 @@
                  labels,
                  shadow=True,
                  loc='lower left')
-    pylab.text(4.5, 1.8e+3, 'Strong scaling',
-               rotation=-38.0,
+    pylab.text(4.1, 1.8e+3, 'Strong scaling',
+               rotation=-45.0,
                verticalalignment='top',
                horizontalalignment='left',
                color='ltred')



More information about the CIG-COMMITS mailing list