Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 649df91

Browse files
committed
legend_guide.rst: add CircleCollection in the list of legend-supprted artists
1 parent 018d533 commit 649df91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/users/legend_guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ For matplotlib v1.0 and before, the supported artists are as follows.
3636
* :class:`~matplotlib.patches.Patch`
3737
* :class:`~matplotlib.collections.LineCollection`
3838
* :class:`~matplotlib.collections.RegularPolyCollection`
39+
* :class:`~matplotlib.collections.CircleCollection`
3940

4041
And, :meth:`~matplotlib.axes.Axes.get_legend_handles_labels` returns
4142
all artists in *ax.lines*, *ax.patches* and

0 commit comments

Comments
 (0)