Skip to content

Commit

Permalink
Bokeh tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
  • Loading branch information
ChristianTremblay committed Nov 2, 2017
1 parent ac5ee84 commit e2e2592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BAC0/bokeh/BokehRenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def build_plot(self):
df = self.read_lst()
notes_df = self.read_notes()

TOOLS = "pan,box_zoom,wheel_zoom,resize,save,reset"
TOOLS = "pan,box_zoom,wheel_zoom,save,reset"
self.p = Figure(x_axis_type="datetime", x_axis_label="Time",
y_axis_label="Numeric Value", title = self.title,
tools = TOOLS, plot_width=700, plot_height=600,
Expand Down

0 comments on commit e2e2592

Please sign in to comment.