diff --git a/rowers/.#views.py b/rowers/.#views.py deleted file mode 100644 index b090c519..00000000 --- a/rowers/.#views.py +++ /dev/null @@ -1 +0,0 @@ -E408191@CZ27LT9RCGN72.22500:1499438870 \ No newline at end of file diff --git a/rowers/views.py b/rowers/views.py index 9bbf5ae4..93b5bb77 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -3606,7 +3606,7 @@ def multiflex_view(request,userid=0, groupcols *= 100. rgb = [colorsys.hsv_to_rgb(float(x/100.), 1.0, 1.0) for x in groupcols] - rgb = [colorsys.hsv_to_rgb(0.6-0.3*float(x/100.), 0.4+0.4*float(x/100.), 1.0) for x in groupcols] + rgb = [colorsys.hsv_to_rgb(0.5-0.3*float(x/100.), 0.4+0.4*float(x/100.), 1.0) for x in groupcols] # rgb = [colorsys.hsv_to_rgb(0.1+0.8*float(x/100.), 0.5, 0.5-0.2*float(x/100.)) for x in groupcols] RGB = [(int(255.*r),int(255.*g),int(255.*b)) for (r, g, b) in rgb] colors = ["#%02x%02x%02x" % (r, g, b) for (r, g, b) in RGB]