Skip to content

Commit 191c7b5

Browse files
committed
Do not inherit_aes or show_legend for annotation_strips
1 parent 9bb7cb5 commit 191c7b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotnine/geoms/annotation_stripes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def __init__(
7272
fill_range=fill_range,
7373
extend=extend,
7474
direction=direction,
75+
inherit_aes=False,
76+
show_legend=False,
7577
**kwargs,
7678
)
7779

0 commit comments

Comments
 (0)