Private
Public Access
1
0

improved legend age group chart

This commit is contained in:
Sander Roosendaal
2017-12-13 21:40:37 +01:00
parent 84448c6a54
commit 50c578b8af

View File

@@ -1096,7 +1096,7 @@ def interactive_agegroup_plot(df):
plot = Figure(tools=TOOLS,plot_width=900)
plot.circle('age','power',source=source,fill_color='red',size=15,
legend='2k Power')
legend='World Record')
plot.line(age2,poly_vals)
plot.xaxis.axis_label = "Age"
plot.yaxis.axis_label = "Concept2 2k power"