Skip to content

Commit

Permalink
remove automatic replotting when clusteringID changes, should be enab…
Browse files Browse the repository at this point in the history
…led with a checkbox (#226)
  • Loading branch information
lazigu committed Mar 22, 2023
1 parent bc2b9a1 commit 7693421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions napari_clusters_plotter/_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ def frame_changed(event):
self.plot_cluster_id.currentIndexChanged.connect(
self.change_state_of_nonselected_checkbox
)
# replot if the clustering ID has changed
self.plot_cluster_id.currentIndexChanged.connect(replot)

# update axes combo boxes automatically if features of
# layer are changed
Expand Down

0 comments on commit 7693421

Please sign in to comment.