From 6b16f69b6d0bfe11bcb557175494c87ce134388e Mon Sep 17 00:00:00 2001 From: yollct Date: Mon, 27 Feb 2023 12:57:32 +0100 Subject: [PATCH] visualize bug --- spycone/visualize.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spycone/visualize.py b/spycone/visualize.py index 37a50f1..f7d4088 100644 --- a/spycone/visualize.py +++ b/spycone/visualize.py @@ -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 = []