Skip to content

Commit

Permalink
Update mfa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Jan 4, 2025
1 parent b9d84bb commit 3f758da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prince/mfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def plot(self, X, x_component=0, y_component=1, show_partial_rows=False, **param
.encode(
alt.X(f"component {x_component}", scale=alt.Scale(zero=False)),
alt.Y(f"component {y_component}", scale=alt.Scale(zero=False)),
color="group:N",
**params,
)
)
Expand Down

0 comments on commit 3f758da

Please sign in to comment.