Skip to content

Commit

Permalink
increase opacity a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
zoccoler committed Dec 6, 2023
1 parent b42125b commit d74d308
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 @@ -124,7 +124,7 @@ def manual_clustering_method(inside):
plot_cluster_name=clustering_ID,
)
if isinstance(self.analysed_layer, Labels):
self.layer_select.opacity = 0.1
self.layer_select.opacity = 0.2

Check warning on line 127 in napari_clusters_plotter/_plotter.py

View check run for this annotation

Codecov / codecov/patch

napari_clusters_plotter/_plotter.py#L127

Added line #L127 was not covered by tests

# Canvas Widget that displays the 'figure', it takes the 'figure' instance
self.graphics_widget = MplCanvas(
Expand Down

0 comments on commit d74d308

Please sign in to comment.