[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.11-29-gce7bbee



The following commit has been merged in the master branch:
commit 22455108c96f1f3fea727fb3d86a3cf6d618f12d
Author: Jordà Polo <jorda@ettin.org>
Date:   Thu Dec 27 12:07:13 2012 +0100

    Tweak history graphs
    
    Change plot size to allow longer version labels, and force font family.
    
    * reporting/graphs/{statistics,tags}.gpi:
      + [JP] Tweak graph size to allow longer labels, and force font
        family.

diff --git a/debian/changelog b/debian/changelog
index 9da6f11..b4dbdd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,9 @@ lintian (2.5.12) UNRELEASED; urgency=low
     + [NT] Add and export "versions_comparator" that can be used for
       sorting purposes.
 
+  * reporting/graphs/{statistics,tags}.gpi:
+    + [JP] Tweak graph size to allow longer labels, and force font
+      family.
   * reporting/harness:
     + [NT] Add --to-stdout option to emit log information to
       stdout as well as the log files.
diff --git a/reporting/graphs/statistics.gpi b/reporting/graphs/statistics.gpi
index c2bae7a..7e59a21 100644
--- a/reporting/graphs/statistics.gpi
+++ b/reporting/graphs/statistics.gpi
@@ -1,5 +1,5 @@
 # set terminal png truecolor small size 600,300
-set terminal svg size 600,300
+set terminal svg size 640,375 font "Sans,11"
 
 set style line 10 linetype 1 linecolor rgb "#FF6700" lw 1.5
 set style line 11 linetype 1 linecolor rgb "#FFEB44" lw 1.5
@@ -14,11 +14,11 @@ set xdata time
 set timefmt "%s"
 set format x "%b/%y"
 
-set size 1.0,0.85
+set size 1.0,0.80
 set origin 0.0,0.05
 
 set nomxtics
-set xtics nomirror scale 0.5,0 rotate by 55 offset -2.5,-2.4
+set xtics nomirror scale 0.5,0 rotate by 55 offset -3.2,-2.7
 set ytics nomirror scale 0.5,0
 set offsets 0,0,500,0
 
diff --git a/reporting/graphs/tags.gpi b/reporting/graphs/tags.gpi
index 5c79707..2b5eead 100644
--- a/reporting/graphs/tags.gpi
+++ b/reporting/graphs/tags.gpi
@@ -1,5 +1,5 @@
 # set terminal png truecolor small size 600,300
-set terminal svg size 600,300
+set terminal svg size 640,375 font "Sans,11"
 
 set style fill solid 0.25
 
@@ -13,12 +13,13 @@ set xdata time
 set timefmt "%s"
 set format x "%b/%y"
 
-set size 1.0,0.85
+set size 1.0,0.80
 set origin 0.0,0.05
 
 set nomxtics
-set xtics nomirror scale 0.5,0 rotate by 55 offset -2.5,-2.4
+set xtics nomirror scale 0.5,0 rotate by 55 offset -3.2,-2.7
 set ytics nomirror scale 0.5,0
+set offsets 0,0,1,0
 
 load "common.gpi"
 

-- 
Debian package checker


Reply to: