Private
Public Access
1
0

agegroupcp done

This commit is contained in:
Sander Roosendaal
2018-09-28 12:22:28 +02:00
parent 6ab3c08859
commit da44ededed
4 changed files with 35 additions and 37 deletions

View File

@@ -1484,7 +1484,8 @@ def interactive_agegroupcpchart(age,normalized=False):
y_axis_type = 'linear'
plot = Figure(plot_width=900,x_axis_type=x_axis_type)
plot.sizing_mode = 'scale_width'
plot.line('duration','fitpowerfh',source=source,
legend='Female HW',color='blue')
plot.line('duration','fitpowerfl',source=source,