Private
Public Access
1
0

debugging

This commit is contained in:
Sander Roosendaal
2017-06-08 08:34:35 -07:00
parent db651b8e5a
commit 8a9576c55a
2 changed files with 17 additions and 9 deletions

View File

@@ -671,7 +671,7 @@ def interactive_otwcpchart(powerdf,promember=0):
y_range_name = "watermark",
)
plot.circle('Delta','CP',source=source,fill_color='red',size=15,
plot.line('Delta','CP',source=source,color='red',line_width=5,
legend='Power Data')
plot.xaxis.axis_label = "Duration (seconds)"
plot.yaxis.axis_label = "Power (W)"