fixing analysis data bokeh
This commit is contained in:
@@ -3589,8 +3589,9 @@ def interactive_otwcpchart(powerdf, promember=0, rowername="", r=None, cpfit='da
|
||||
title = "Critical Power for "+rowername
|
||||
plot.title.text = title
|
||||
|
||||
xaxis = plot.select(dict(type=Axis, layout="below"))[0]
|
||||
xaxis.formatter = PrintfTickFormatter()
|
||||
#xaxis = plot.select(dict(type=Axis, layout="below")) #[0]
|
||||
#print(xaxis)
|
||||
#xaxis.formatter = PrintfTickFormatter()
|
||||
|
||||
hover = plot.select(dict(type=HoverTool))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user