Skip to content

Commit 7477647

Browse files
me-picsmoia
authored andcommitted
Fix x axes
1 parent ad26feb commit 7477647

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phys2bids/reporting/html_report.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ def _generate_bokeh_plots(phys_in, figsize=(250, 500)):
168168
q = figure(plot_height=figsize[0], plot_width=figsize[1],
169169
tools=tools,
170170
title=f' Channel {i}: {phys_in.ch_name[i]}',
171-
sizing_mode='stretch_both',
172-
x_range=(0, 100))
171+
sizing_mode='stretch_both')
173172
q.line('x', 'y', color=colors[i - 1], alpha=0.9, source=source)
174173
q.xaxis.axis_label = 'Time (s)'
175174
# hovertool commented for posterity because I (KB) will be triumphant

0 commit comments

Comments
 (0)