Skip to content

Commit 9bb7cb5

Browse files
committed
For annotation_geoms, explicitly do not inherit aes and do not show legend
1 parent 31ac974 commit 9bb7cb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotnine/geoms/annotation_logticks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,6 @@ def __init__(
285285
linetype=linetype,
286286
lengths=lengths,
287287
base=base,
288+
inherit_aes=False,
289+
show_legend=False,
288290
)

0 commit comments

Comments
 (0)