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 bacfb89 commit f5ae89aCopy full SHA for f5ae89a
1 file changed
lib/matplotlib/axes.py
@@ -3819,6 +3819,8 @@ def _get_legend_handles(self):
3819
if isinstance(c, mcoll.LineCollection)])
3820
handles.extend([c for c in self.collections
3821
if isinstance(c, mcoll.RegularPolyCollection)])
3822
+ handles.extend([c for c in self.collections
3823
+ if isinstance(c, mcoll.CircleCollection)])
3824
return handles
3825
3826
0 commit comments