Private
Public Access
1
0

data fusion now working ...

This commit is contained in:
Sander Roosendaal
2017-03-09 17:56:48 +01:00
parent ba8c9dfddb
commit 39b80b6716
4 changed files with 47 additions and 22 deletions

View File

@@ -1291,10 +1291,10 @@ def interactive_flex_chart2(id=0,promember=0,
y2means = y1means
xlabel = Label(x=100,y=130,x_units='screen',y_units='screen',
text=axlabels[xparam]+": {x1mean:6.2f}".format(x1mean=x1mean),
background_fill_alpha=.7,
text_color='green',
)
text=axlabels[xparam]+": {x1mean:6.2f}".format(x1mean=x1mean),
background_fill_alpha=.7,
text_color='green',
)
if (xparam != 'time') and (xparam != 'distance') and (xparam != 'cumdist'):
plot.add_layout(x1means)
@@ -1325,6 +1325,7 @@ def interactive_flex_chart2(id=0,promember=0,
plot.title.text = row.name
plot.title.text_font_size=value("1.0em")
plot.xaxis.axis_label = axlabels[xparam]
plot.yaxis.axis_label = axlabels[yparam1]