We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edb0e2 commit b98daceCopy full SHA for b98dace
tests/test_patchworklib.py
@@ -37,7 +37,7 @@ def test_sns_and_p9(tmp_path: Path):
37
38
g_p9 = pw.load_ggplot(
39
(
40
- p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="hue"))
+ p9.ggplot(titanic, p9.aes(x="sex", y="survived", fill="class"))
41
+ p9.geom_boxplot()
42
+ p9.ggtitle("plotnine")
43
),
0 commit comments