Skip to content

Commit

Permalink
Merge pull request #205 from BiAPoL/fix_hide_non_selected_for_non_man…
Browse files Browse the repository at this point in the history
…ual_clusters

Allow flexible cluster ids
  • Loading branch information
lazigu authored Mar 20, 2023
2 parents 4d3e293 + 00cc22a commit bac00d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_clusters_plotter/_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def manual_clustering_method(inside):

def checkbox_status_changed():
if self.cluster_ids is not None:
clustering_ID = "MANUAL_CLUSTER_ID"
clustering_ID = self.cluster_ids.name
features = get_layer_tabular_data(self.analysed_layer)

# redraw the whole plot
Expand Down

0 comments on commit bac00d7

Please sign in to comment.