Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpj committed Feb 20, 2023
1 parent 2edb0e2 commit b98dace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_patchworklib.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_sns_and_p9(tmp_path: Path):

g_p9 = pw.load_ggplot(
(
p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="hue"))
p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="class"))
+ p9.geom_boxplot()
+ p9.ggtitle("plotnine")
),
Expand Down

0 comments on commit b98dace

Please sign in to comment.