Private
Public Access
1
0

fixing log axis ticker format to non-scientific on cp chart

This commit is contained in:
2023-12-22 16:26:16 +01:00
parent bf0c3dfbed
commit 3b5dac5879

View File

@@ -3571,9 +3571,8 @@ def interactive_otwcpchart(powerdf, promember=0, rowername="", r=None,
title = "Critical Power for "+rowername
plot.title.text = title
#xaxis = plot.select(dict(type=Axis, layout="below")) #[0]
#print(xaxis)
#xaxis.formatter = PrintfTickFormatter()
plot.xaxis[0].formatter = PrintfTickFormatter(format="%5f")
hover = plot.select(dict(type=HoverTool))