fixing log axis ticker format to non-scientific on cp chart
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user