improved legend age group chart
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user