Skip to content

Commit

Permalink
bugfix: some labels were wrongly shown
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Sep 17, 2022
1 parent db344e7 commit 028e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackview/_static_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _imshow(image, title: str = None, labels: bool = False, min_display_intensit
if min_display_intensity is None:
min_display_intensity = 0
if max_display_intensity is None:
max_display_intensity = 65537
max_display_intensity = 65556

if plot is None:
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 028e5c2

Please sign in to comment.