better colors
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user