You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by as...@apache.org on 2012/10/01 16:37:11 UTC

svn commit: r1392354 - /sling/trunk/performance/plot.sh

Author: asanso
Date: Mon Oct  1 14:37:10 2012
New Revision: 1392354

URL: http://svn.apache.org/viewvc?rev=1392354&view=rev
Log:
SLING-2311 - adding rotate the label by 45 degrees in order to avoid overlapping

Modified:
    sling/trunk/performance/plot.sh

Modified: sling/trunk/performance/plot.sh
URL: http://svn.apache.org/viewvc/sling/trunk/performance/plot.sh?rev=1392354&r1=1392353&r2=1392354&view=diff
==============================================================================
--- sling/trunk/performance/plot.sh (original)
+++ sling/trunk/performance/plot.sh Mon Oct  1 14:37:10 2012
@@ -41,6 +41,7 @@ for dat in target/*.txt; do
     rows=`grep -v "#" "$dat" | wc -l`
     gnuplot <<PLOT
 set term svg size 800,400
+set xtic rotate by -45
 set xlabel "bundle version"
 set xrange [-1:$rows]
 set ylabel "Time (ms)"