]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Show new figure, change color scheme.
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 16 May 2011 17:13:19 +0000 (13:13 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 16 May 2011 17:13:19 +0000 (13:13 -0400)
survey/makestats
survey/results.rst

index 070400b045b26f499f53eea9534b3ae4acf55d94..328eed253064231584cb756f14bdb17b0368543a 100755 (executable)
@@ -16,10 +16,10 @@ import numpy as np
 import time
 
 # uniform colors for OS results
-os_colors = ['#B63537', '#4E4DA0', '#008200', 'gray']
+os_colors = ['#AA2029', '#D1942B', '#7FB142', '#69A7CE']
 os_order = ['linux', 'mac', 'win', 'otheros']
 time_order = ['notime', 'little', 'most', 'always']
-time_colors = ['#AA2029', '#D1942B', '#7FB142', '#69A7CE']
+time_colors = ['#FF0000', '#FF5500', '#FFAC00', '#FFFD08']
 time_categories = {
         'notime': "don't use it",
         'little': "less than 50%",
index 18cae35a5bc4ee0d1581d92b365ffa2f2c91d386..8ce65fa844e728348b6be784be210c8e82d83075 100644 (file)
@@ -17,6 +17,7 @@ Environment preferences
 ~~~~~~~~~~~~~~~~~~~~~~~
 
 .. figure:: figures/ospref_by_env.png
+.. figure:: figures/time_by_env.png
 
 Environment ratings
 ~~~~~~~~~~~~~~~~~~~