[mlpack-svn] r15640 - mlpack/conf/jenkins-conf/benchmark/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Aug 21 07:50:33 EDT 2013


Author: marcus
Date: Wed Aug 21 07:50:32 2013
New Revision: 15640

Log:
Add x-axis label and adjust the plot size.

Modified:
   mlpack/conf/jenkins-conf/benchmark/util/graph.py

Modified: mlpack/conf/jenkins-conf/benchmark/util/graph.py
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/util/graph.py	(original)
+++ mlpack/conf/jenkins-conf/benchmark/util/graph.py	Wed Aug 21 07:50:32 2013
@@ -48,7 +48,7 @@
   barWidth = 0.15
   opacity = 0.9
   fill = True
-  windowWidth = 10.6
+  windowWidth = 10.4
   windowHeight = 1.5
   gridLineWidth = 0.2
 
@@ -216,7 +216,7 @@
     # Line chart settings.
     lineWidth = 1.5
     opacity = 0.9
-    windowWidth = 10.6
+    windowWidth = 10.3
     windowHeight = 1.5
     gridLineWidth = 0.2
 
@@ -261,6 +261,7 @@
 
     # Set axis labels.
     plt.ylabel("time [s]", color="#6e6e6e")
+    plt.xlabel("benchmark build", color="#6e6e6e")
 
     # Save the line chart.
     fig.savefig(fileName, bbox_inches='tight', facecolor=fig.get_facecolor(), 
@@ -327,6 +328,7 @@
 
     # Set axis labels.
     plt.ylabel("memory [KB]", color="#6e6e6e")
+    plt.xlabel("snapshot", color="#6e6e6e")
 
     # Create the legend above the memory chart.
     lgd = ax.legend((p1, p2, p3), 



More information about the mlpack-svn mailing list