Skip to content

Commit 7dd41f1

Browse files
committed
Support plotnine v0.12.1
1 parent 872f406 commit 7dd41f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchworklib/patchworklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def draw_legend(bricks, gori, gcp, figsize):
325325
wratio = 1
326326
hratio = 1
327327
else:
328-
wraio = figsize[0]
328+
wratio = figsize[0]
329329
hratio = figsize[1]
330330

331331
try:

0 commit comments

Comments
 (0)