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 a213c61 commit 41caaaeCopy full SHA for 41caaae
1 file changed
lib/mpl_toolkits/axes_grid1/parasite_axes.py
@@ -233,6 +233,9 @@ def _get_handles(ax):
233
if isinstance(c, mcoll.LineCollection)])
234
handles.extend([c for c in ax.collections
235
if isinstance(c, mcoll.RegularPolyCollection)])
236
+ handles.extend([c for c in ax.collections
237
+ if isinstance(c, mcoll.CircleCollection)])
238
+
239
return handles
240
241
0 commit comments