Skip to content

Commit

Permalink
Merge pull request #36 from anananacr/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
anananacr authored Jul 10, 2024
2 parents d9bdf3c + 4636f88 commit 0b2d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bblib/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _run_centering(self, **kwargs) -> tuple:
color_map = copy.copy(
matplotlib.colormaps[self.plots_info["color_map"]]
)
color_map.set_bad(color_map.colors(0))
color_map.set_bad(color_map(0))
pos = ax1.imshow(
visual_img,
norm=LogNorm(
Expand Down

0 comments on commit 0b2d3c7

Please sign in to comment.