Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cnv_suite/visualize/plot_cnv_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def plot_acr_subplots(fig_list, title, fig_names, csize, height_per_sample=350,
fig.add_traces(sub_figure.data, rows=i + 1, cols=1)
fig.update_yaxes(fig_list[i].layout.yaxis, row=i+1, col=1)

# Add chromosome background back in
add_background(fig, csize.keys(), csize)
# Add chromosome background back in
add_background(fig, csize.keys(), csize, plotly_row=i+1, plotly_col=1)

# update height based on subplot number
fig.update_layout(height=len(fig_list)*height_per_sample + 50,
Expand Down