Private
Public Access
1
0

better colors

This commit is contained in:
Sander Roosendaal
2020-05-12 21:53:40 +02:00
parent 0d41ee9ea0
commit d2a810c873
2 changed files with 6 additions and 3 deletions

View File

@@ -270,10 +270,10 @@ rowtypes = (
checktypes = [i[0] for i in workouttypes]
from bokeh.palettes import Category10
from bokeh.palettes import Category10,Category20, Category20c
colors = Category10[9]+Category10[9]+Category10[9]+Category10[9]
colors = Category10[9]+Category20[19]+Category20c[19]
color_map = {checktypes[i]:colors[i] for i in range(len(checktypes))}
workoutsources = (