File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -152,12 +152,6 @@ def __init__(self, **kwargs):
152
152
def _get_draw_artists (self , renderer ):
153
153
"""Also runs apply_aspect"""
154
154
artists = self .get_children ()
155
- for sfig in self .subfigs :
156
- artists .remove (sfig )
157
- childa = sfig .get_children ()
158
- for child in childa :
159
- if child in artists :
160
- artists .remove (child )
161
155
162
156
artists .remove (self .patch )
163
157
artists = sorted (
@@ -2310,8 +2304,6 @@ def draw(self, renderer):
2310
2304
self .patch .draw (renderer )
2311
2305
mimage ._draw_list_compositing_images (
2312
2306
renderer , self , artists , self .figure .suppressComposite )
2313
- for sfig in self .subfigs :
2314
- sfig .draw (renderer )
2315
2307
renderer .close_group ('subfigure' )
2316
2308
2317
2309
finally :
@@ -3117,9 +3109,6 @@ def draw(self, renderer):
3117
3109
mimage ._draw_list_compositing_images (
3118
3110
renderer , self , artists , self .suppressComposite )
3119
3111
3120
- for sfig in self .subfigs :
3121
- sfig .draw (renderer )
3122
-
3123
3112
renderer .close_group ('figure' )
3124
3113
finally :
3125
3114
self .stale = False
You can’t perform that action at this time.
0 commit comments