[pypy-svn] r70665 - pypy/build/bot2/jsplot/js

fijal at codespeak.net fijal at codespeak.net
Sun Jan 17 21:36:15 CET 2010


Author: fijal
Date: Sun Jan 17 21:36:15 2010
New Revision: 70665

Modified:
   pypy/build/bot2/jsplot/js/plot.js
Log:
Push upper line a bit down, to avoid it being on a border


Modified: pypy/build/bot2/jsplot/js/plot.js
==============================================================================
--- pypy/build/bot2/jsplot/js/plot.js	(original)
+++ pypy/build/bot2/jsplot/js/plot.js	Sun Jan 17 21:36:15 2010
@@ -22,6 +22,7 @@
         },
         'yaxis': {
             'min': 0,
+            'autoscaleMargin': 0.1,
         },
         'legend' : {
             'position': 'nw',



More information about the Pypy-commit mailing list