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 947590d commit db6cf15Copy full SHA for db6cf15
1 file changed
lib/matplotlib/legend_handler.py
@@ -799,7 +799,6 @@ def get_first(prop_array):
799
legend_handle.set_linewidth(get_first(orig_handle.get_linewidths()))
800
legend_handle.set_linestyle(get_first(orig_handle.get_linestyles()))
801
legend_handle.set_transform(get_first(orig_handle.get_transforms()))
802
- legend_handle.set_figure(orig_handle.get_figure())
803
# Alpha is already taken into account by the color attributes.
804
805
def create_artists(self, legend, orig_handle,
0 commit comments