Author: eallen
Date: 2009-05-28 11:32:40 -0400 (Thu, 28 May 2009)
New Revision: 3397
Modified:
mgmt/trunk/cumin/python/cumin/charts.py
Log:
Make the stddev marker much more subtle(transparent)
Modified: mgmt/trunk/cumin/python/cumin/charts.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/charts.py 2009-05-28 14:42:22 UTC (rev 3396)
+++ mgmt/trunk/cumin/python/cumin/charts.py 2009-05-28 15:32:40 UTC (rev 3397)
@@ -196,7 +196,7 @@
cr.fill()
if dev:
- cr.set_source_rgba(0, 0, 0, 0.66)
+ cr.set_source_rgba(0, 0, 0, 0.1)
half_dev = int(((float(dev) / float(self.y_max)) * self.height) / 2)
cr.move_to(x - dot_size, y - half_dev)
cr.line_to(x + dot_size, y - half_dev)
Show replies by date