Explorar el Código

Wider gnuplot graphs.

Use 1.0,0.5 size for now.
Heikki Hokkanen hace 16 años
padre
commit
59eb18b413
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      gitstats

+ 1
- 1
gitstats Ver fichero

@@ -13,7 +13,7 @@ import sys
13 13
 import time
14 14
 import zlib
15 15
 
16
-GNUPLOT_COMMON = 'set terminal png transparent\nset size 0.5,0.5\n'
16
+GNUPLOT_COMMON = 'set terminal png transparent\nset size 1.0,0.5\n'
17 17
 MAX_EXT_LENGTH = 10 # maximum file extension length
18 18
 ON_LINUX = (platform.system() == 'Linux')
19 19