Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Oct 6, 2023
2 parents 9041212 + db4c6ad commit 566d212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cca_zoo/visualisation/scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def plot(self):


class SeparateJointScoreDisplay(SeparateScoreScatterDisplay):
def _create_plot(self, x, y, hue=None,palette=None):
def _create_plot(self, x, y, hue=None, palette=None):
g = sns.jointplot(
x=x,
y=y,
Expand Down

0 comments on commit 566d212

Please sign in to comment.