Private
Public Access
1
0

fixing analysis data bokeh

This commit is contained in:
2023-06-04 09:26:36 +02:00
parent b6202369c7
commit 206ee219f3
5 changed files with 20 additions and 26 deletions

View File

@@ -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))