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
|
title = "Critical Power for "+rowername
|
||||||
plot.title.text = title
|
plot.title.text = title
|
||||||
|
|
||||||
#xaxis = plot.select(dict(type=Axis, layout="below")) #[0]
|
plot.xaxis[0].formatter = PrintfTickFormatter(format="%5f")
|
||||||
#print(xaxis)
|
|
||||||
#xaxis.formatter = PrintfTickFormatter()
|
|
||||||
|
|
||||||
hover = plot.select(dict(type=HoverTool))
|
hover = plot.select(dict(type=HoverTool))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user