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.
1 parent e6f8993 commit db271adCopy full SHA for db271ad
1 file changed
lib/matplotlib/legend.py
@@ -754,13 +754,8 @@ def get_children(self):
754
children = []
755
if self._legend_box:
756
children.append(self._legend_box)
757
- children.extend(self.get_lines())
758
- children.extend(self.get_patches())
759
- children.extend(self.get_texts())
760
children.append(self.get_frame())
761
762
- if self._legend_title_box:
763
- children.append(self.get_title())
764
return children
765
766
def get_frame(self):
0 commit comments