Skip to content

Commit

Permalink
Merge pull request #210 from BiomedicalMachineLearning/psts_fix
Browse files Browse the repository at this point in the history
fix: fix loc error
  • Loading branch information
duypham2108 committed Nov 17, 2022
2 parents a8ade28 + 4e3a4e0 commit 25f3b42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stlearn/plotting/classes.py
Expand Up @@ -203,7 +203,6 @@ def _add_color_bar(self, plot, color_bar_label: str = ""):
shrink=0.5,
cmap=self.cmap,
label=color_bar_label,
loc="best",
)
cb.outline.set_visible(False)

Expand Down

0 comments on commit 25f3b42

Please sign in to comment.