Skip to content

Commit c87d23d

Browse files
committed
Bugfix for cBrick
1 parent 9a468c5 commit c87d23d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

patchworklib/patchworklib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,7 @@ def __init__(self, label=None, figsize=None, ax=None):
14321432
self.bricks_dict[label] = self
14331433
_axes_dict[label] = self
14341434
self._label = label
1435+
self._labels = [label]
14351436
self._type = "Brick"
14361437
self._originalsize = figsize
14371438
self._parent = None

0 commit comments

Comments
 (0)