Skip to content

Commit

Permalink
visualize bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yollct committed Feb 27, 2023
1 parent 07cc19d commit 6b16f69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spycone/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def vis_all_clusters(clusterObj, x_label="time points", y_label="expression", Ti
plot_clusters = list(clusterObj.index_clusters.keys())
return_plotly=False
width = 100*len(plot_clusters)
else:
return_plotly =True
width=300
height=300*len(plot_clusters)

##faster probably
reorder = []
Expand Down

0 comments on commit 6b16f69

Please sign in to comment.