Skip to content

Commit 82f3550

Browse files
committed
Fix misaligned legend keys
This was an accidentlyt introduced in the previous commit (#2d38d1d)
1 parent 2d38d1d commit 82f3550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotnine/guides/guide_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def draw(self):
341341
break
342342

343343
chunk_boxes: list[Artist] = [
344-
packer_dim1(children=chunk, align="right", sep=sep1, pad=0)
344+
packer_dim1(children=chunk, align="left", sep=sep1, pad=0)
345345
for chunk in chunks
346346
]
347347

0 commit comments

Comments
 (0)