Skip to content

Commit 25a4bb5

Browse files
committed
remove command
1 parent dc49915 commit 25a4bb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mpl_toolkits/axes_grid1/inset_locator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def __init__(self, bbox1, bbox2, loc1, loc2=None, **kwargs):
314314
else:
315315
fill = ('fc' in kwargs) or ('facecolor' in kwargs) or ('color' in kwargs)
316316
Patch.__init__(self, fill=fill, **kwargs)
317-
#Patch.__init__(self, fill=False, **kwargs)
318317
self.bbox1 = bbox1
319318
self.bbox2 = bbox2
320319
self.loc1 = loc1
@@ -584,7 +583,6 @@ def mark_inset(parent_axes, inset_axes, loc1, loc2, **kwargs):
584583
"""
585584
rect = TransformedBbox(inset_axes.viewLim, parent_axes.transData)
586585

587-
#fill = kwargs.pop("fill", False)
588586
fill = ('fc' in kwargs) or ('facecolor' in kwargs) or ('color' in kwargs)
589587
pp = BboxPatch(rect, fill=fill, **kwargs)
590588
parent_axes.add_patch(pp)

0 commit comments

Comments
 (0)