Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c154b90 + db271ad commit db0fbd4Copy full SHA for db0fbd4
1 file changed
lib/matplotlib/legend.py
@@ -750,13 +750,8 @@ def get_children(self):
750
children = []
751
if self._legend_box:
752
children.append(self._legend_box)
753
- children.extend(self.get_lines())
754
- children.extend(self.get_patches())
755
- children.extend(self.get_texts())
756
children.append(self.get_frame())
757
758
- if self._legend_title_box:
759
- children.append(self.get_title())
760
return children
761
762
def get_frame(self):
0 commit comments